#B4611B

Color #B4611B Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #B4611B

Tints of Christine #B4611B

Color information

#B4611B (or 0xB4611B) is unknown color: approx Christine. HEX triplet: B4, 61 and 1B. RGB value is (180,97,27). Sum of RGB (Red+Green+Blue) = 180+97+27=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B4611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4611B is #4B9EE4. Grayscale: #727272. Windows color (decimal): -4955877 or 1794484. OLE color: 1794484.

HSL color Cylindrical-coordinate representation of color #B4611B: hue angle of 27.45º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4611B is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB1809727-
CMYK00.460.850.29
HSL27.45º73.91%40.59%-
HSV(B)27.45º85%70.59%-
XYZ23.2918.333.35-
YUV113.8479175.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 27 (10.94% from 255) = 8.88%
R=59.21%
G=31.91%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180972700.460.850.2927.4573.9140.59
HexB4611B02E551D1b4a29
Octal26414133056125353311251
Binary101101001100001110110101110101010111101110111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4611B; }

 p { color: rgb(180,97,27); }

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

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

 a { background-color: rgb(180,97,27); }

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

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

 span { border-color: rgb(180,97,27); }

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