#B66532

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

Shades of Christine #B66532

Tints of Christine #B66532

Color information

#B66532 (or 0xB66532) is unknown color: approx Christine. HEX triplet: B6, 65 and 32. RGB value is (182,101,50). Sum of RGB (Red+Green+Blue) = 182+101+50=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B66532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66532 is #499ACD. Grayscale: #777777. Windows color (decimal): -4823758 or 3302838. OLE color: 3302838.

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

Color convert

RGB18210150-
CMYK00.450.730.29
HSL23.18º56.9%45.49%-
HSV(B)23.18º72.53%71.37%-
XYZ24.5219.485.49-
YUV119.488.84172.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.65%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=54.65%
G=30.33%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821015000.450.730.2923.1856.945.49
HexB6653202D491D17392d
Octal2661456205511135277155
Binary101101101100101110010010110110010011110110111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66532; }

 p { color: rgb(182,101,50); }

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

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

 a { background-color: rgb(182,101,50); }

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

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

 span { border-color: rgb(182,101,50); }

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