#B76221

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

Shades of Christine #B76221

Tints of Christine #B76221

Color information

#B76221 (or 0xB76221) is unknown color: approx Christine. HEX triplet: B7, 62 and 21. RGB value is (183,98,33). Sum of RGB (Red+Green+Blue) = 183+98+33=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B76221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76221 is #489DDE. Grayscale: #747474. Windows color (decimal): -4759007 or 2187959. OLE color: 2187959.

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

Color convert

RGB1839833-
CMYK00.460.820.28
HSL26º69.44%42.35%-
HSV(B)26º81.97%71.76%-
XYZ24.1718.913.82-
YUV11681.16175.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.28%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 33 (13.28% from 255) = 10.51%
R=58.28%
G=31.21%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183983300.460.820.282669.4442.35
HexB7622102E521C1a452a
Octal26714241056122343210552
Binary1011011111000101000010101110101001011100110101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76221; }

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

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

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

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

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

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

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

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