#B96321

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

Shades of Christine #B96321

Tints of Christine #B96321

Color information

#B96321 (or 0xB96321) is unknown color: approx Christine. HEX triplet: B9, 63 and 21. RGB value is (185,99,33). Sum of RGB (Red+Green+Blue) = 185+99+33=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B96321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96321 is #469CDE. Grayscale: #757575. Windows color (decimal): -4627679 or 2188217. OLE color: 2188217.

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

Color convert

RGB1859933-
CMYK00.460.820.27
HSL26.05º69.72%42.75%-
HSV(B)26.05º82.16%72.55%-
XYZ24.7419.353.87-
YUV117.1980.49176.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.36%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 33 (13.28% from 255) = 10.41%
R=58.36%
G=31.23%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185993300.460.820.2726.0569.7242.75
HexB9632102E521B1a462b
Octal27114341056122333210653
Binary1011100111000111000010101110101001011011110101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96321; }

 p { color: rgb(185,99,33); }

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

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

 a { background-color: rgb(185,99,33); }

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

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

 span { border-color: rgb(185,99,33); }

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