#B85F21

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

Shades of Christine #B85F21

Tints of Christine #B85F21

Color information

#B85F21 (or 0xB85F21) is unknown color: approx Christine. HEX triplet: B8, 5F and 21. RGB value is (184,95,33). Sum of RGB (Red+Green+Blue) = 184+95+33=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85F21 is #47A0DE. Grayscale: #727272. Windows color (decimal): -4694239 or 2187192. OLE color: 2187192.

HSL color Cylindrical-coordinate representation of color #B85F21: hue angle of 24.64º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B85F21 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB1849533-
CMYK00.480.820.28
HSL24.64º69.59%42.55%-
HSV(B)24.64º82.07%72.16%-
XYZ24.1318.483.73-
YUV114.5481.99177.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.97%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 33 (13.28% from 255) = 10.58%
R=58.97%
G=30.45%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184953300.480.820.2824.6469.5942.55
HexB85F21030521C19462b
Octal27013741060122343110653
Binary1011100010111111000010110000101001011100110011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F21; }

 p { color: rgb(184,95,33); }

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

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

 a { background-color: rgb(184,95,33); }

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

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

 span { border-color: rgb(184,95,33); }

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