#b46322

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

Shades of Christine #B46322

Tints of Christine #B46322

Color information

#B46322 (or 0xB46322) is unknown color: approx Christine. HEX triplet: B4, 63 and 22. RGB value is (180,99,34). Sum of RGB (Red+Green+Blue) = 180+99+34=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B46322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46322 is #4B9CDD. Grayscale: #747474. Windows color (decimal): -4955358 or 2253748. OLE color: 2253748.

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

Color convert

RGB1809934-
CMYK00.450.810.29
HSL26.71º68.22%41.96%-
HSV(B)26.71º81.11%70.59%-
XYZ23.5718.743.89-
YUV115.8181.84173.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 34 (13.67% from 255) = 10.86%
R=57.51%
G=31.63%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180993400.450.810.2926.7168.2241.96
HexB4632202D511D1b442a
Octal26414342055121353310452
Binary1011010011000111000100101101101000111101110111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46322; }

 p { color: rgb(180,99,34); }

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

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

 a { background-color: rgb(180,99,34); }

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

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

 span { border-color: rgb(180,99,34); }

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