#B46421

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

Shades of Christine #B46421

Tints of Christine #B46421

Color information

#B46421 (or 0xB46421) is unknown color: approx Christine. HEX triplet: B4, 64 and 21. RGB value is (180,100,33). Sum of RGB (Red+Green+Blue) = 180+100+33=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B46421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46421 is #4B9BDE. Grayscale: #747474. Windows color (decimal): -4955103 or 2188468. OLE color: 2188468.

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

Color convert

RGB18010033-
CMYK00.440.820.29
HSL27.35º69.01%41.76%-
HSV(B)27.35º81.67%70.59%-
XYZ23.6518.933.85-
YUV116.2881173.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 100 (39.45% from 255) = 31.95%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=57.51%
G=31.95%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801003300.440.820.2927.3569.0141.76
HexB4642102C521D1b452a
Octal26414441054122353310552
Binary1011010011001001000010101100101001011101110111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46421; }

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

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

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

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

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

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

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

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