#B4482C

Color #B4482C Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B4482C

Tints of Rose Of Sharon #B4482C

Color information

#B4482C (or 0xB4482C) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 48 and 2C. RGB value is (180,72,44). Sum of RGB (Red+Green+Blue) = 180+72+44=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B4482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4482C is #4BB7D3. Grayscale: #656565. Windows color (decimal): -4962260 or 2902196. OLE color: 2902196.

HSL color Cylindrical-coordinate representation of color #B4482C: hue angle of 12.35º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4482C is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1807244-
CMYK00.600.760.29
HSL12.35º60.71%43.92%-
HSV(B)12.35º75.56%70.59%-
XYZ21.5914.524.05-
YUV101.195.78184.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 60.81%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 44 (17.58% from 255) = 14.86%
R=60.81%
G=24.32%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180724400.600.760.2912.3560.7143.92
HexB4482C03C4C1Dc3d2c
Octal2641105407411435147554
Binary10110100100100010110001111001001100111011100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4482C; }

 p { color: rgb(180,72,44); }

 H1.HeaderClassName
 {
   color: #B4482C;
 }
 .AnyTagClassName
 {
   color: #B4482C;
 }
</style>
background-color css

<style>
 a { background-color: #B4482C; }

 a { background-color: rgb(180,72,44); }

 div.DivClassName
 {
   background-color: #B4482C;
 }
 .BgClassName
 {
   background-color: #B4482C;
 }
</style>
border-color css

<style>
 span { border-color: #B4482C; }

 span { border-color: rgb(180,72,44); }

 td.TdClassName
 {
   border-color: #B4482C;
 }
 .TagClassName
 {
   border-color: #B4482C;
 }
</style>