#B76024

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

Shades of Christine #B76024

Tints of Christine #B76024

Color information

#B76024 (or 0xB76024) is unknown color: approx Christine. HEX triplet: B7, 60 and 24. RGB value is (183,96,36). Sum of RGB (Red+Green+Blue) = 183+96+36=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B76024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76024 is #489FDB. Grayscale: #737373. Windows color (decimal): -4759516 or 2384055. OLE color: 2384055.

HSL color Cylindrical-coordinate representation of color #B76024: hue angle of 24.49º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B76024 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB1839636-
CMYK00.480.800.28
HSL24.49º67.12%42.94%-
HSV(B)24.49º80.33%71.76%-
XYZ24.0318.563.99-
YUV115.1783.32176.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.10%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 36 (14.45% from 255) = 11.43%
R=58.10%
G=30.48%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183963600.480.800.2824.4967.1242.94
HexB76024030501C18432b
Octal26714044060120343010353
Binary1011011111000001001000110000101000011100110001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76024; }

 p { color: rgb(183,96,36); }

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

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

 a { background-color: rgb(183,96,36); }

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

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

 span { border-color: rgb(183,96,36); }

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