#B36221

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

Shades of Christine #B36221

Tints of Christine #B36221

Color information

#B36221 (or 0xB36221) is unknown color: approx Christine. HEX triplet: B3, 62 and 21. RGB value is (179,98,33). Sum of RGB (Red+Green+Blue) = 179+98+33=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B36221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36221 is #4C9DDE. Grayscale: #737373. Windows color (decimal): -5021151 or 2187955. OLE color: 2187955.

HSL color Cylindrical-coordinate representation of color #B36221: hue angle of 26.71º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B36221 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB1799833-
CMYK00.450.820.30
HSL26.71º68.87%41.57%-
HSV(B)26.71º81.56%70.2%-
XYZ23.2318.433.77-
YUV114.8181.84173.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 33 (13.28% from 255) = 10.65%
R=57.74%
G=31.61%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179983300.450.820.3026.7168.8741.57
HexB3622102D521E1b452a
Octal26314241055122363310552
Binary1011001111000101000010101101101001011110110111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36221; }

 p { color: rgb(179,98,33); }

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

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

 a { background-color: rgb(179,98,33); }

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

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

 span { border-color: rgb(179,98,33); }

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