#B36421

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

Shades of Christine #B36421

Tints of Christine #B36421

Color information

#B36421 (or 0xB36421) is unknown color: approx Christine. HEX triplet: B3, 64 and 21. RGB value is (179,100,33). Sum of RGB (Red+Green+Blue) = 179+100+33=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B36421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36421 is #4C9BDE. Grayscale: #747474. Windows color (decimal): -5020639 or 2188467. OLE color: 2188467.

HSL color Cylindrical-coordinate representation of color #B36421: hue angle of 27.53º 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 #B36421 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB17910033-
CMYK00.440.820.30
HSL27.53º68.87%41.57%-
HSV(B)27.53º81.56%70.2%-
XYZ23.4218.813.83-
YUV115.9881.17172.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.37%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 33 (13.28% from 255) = 10.58%
R=57.37%
G=32.05%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791003300.440.820.3027.5368.8741.57
HexB3642102C521E1c452a
Octal26314441054122363410552
Binary1011001111001001000010101100101001011110111001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36421; }

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

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

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

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

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

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

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

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