#B76420

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

Shades of Christine #B76420

Tints of Christine #B76420

Color information

#B76420 (or 0xB76420) is unknown color: approx Christine. HEX triplet: B7, 64 and 20. RGB value is (183,100,32). Sum of RGB (Red+Green+Blue) = 183+100+32=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B76420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76420 is #489BDF. Grayscale: #757575. Windows color (decimal): -4758496 or 2122935. OLE color: 2122935.

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

Color convert

RGB18310032-
CMYK00.450.830.28
HSL27.02º70.23%42.16%-
HSV(B)27.02º82.51%71.76%-
XYZ24.3519.293.81-
YUV117.0680175.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.10%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 32 (12.89% from 255) = 10.16%
R=58.10%
G=31.75%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831003200.450.830.2827.0270.2342.16
HexB7642002D531C1b462a
Octal26714440055123343310652
Binary1011011111001001000000101101101001111100110111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76420; }

 p { color: rgb(183,100,32); }

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

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

 a { background-color: rgb(183,100,32); }

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

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

 span { border-color: rgb(183,100,32); }

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