#b86431

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

Shades of Christine #B86431

Tints of Christine #B86431

Color information

#B86431 (or 0xB86431) is unknown color: approx Christine. HEX triplet: B8, 64 and 31. RGB value is (184,100,49). Sum of RGB (Red+Green+Blue) = 184+100+49=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B86431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86431 is #479BCE. Grayscale: #777777. Windows color (decimal): -4692943 or 3237048. OLE color: 3237048.

HSL color Cylindrical-coordinate representation of color #B86431: hue angle of 22.67º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B86431 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18410049-
CMYK00.460.730.28
HSL22.67º57.94%45.69%-
HSV(B)22.67º73.37%72.16%-
XYZ24.8819.535.36-
YUV119.388.33174.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.26%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 49 (19.53% from 255) = 14.71%
R=55.26%
G=30.03%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841004900.460.730.2822.6757.9445.69
HexB8643102E491C173a2e
Octal2701446105611134277256
Binary101110001100100110001010111010010011110010111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b86431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b86431; }

 p { color: rgb(184,100,49); }

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

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

 a { background-color: rgb(184,100,49); }

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

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

 span { border-color: rgb(184,100,49); }

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