#B96024

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

Shades of Christine #B96024

Tints of Christine #B96024

Color information

#B96024 (or 0xB96024) is unknown color: approx Christine. HEX triplet: B9, 60 and 24. RGB value is (185,96,36). Sum of RGB (Red+Green+Blue) = 185+96+36=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B96024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96024 is #469FDB. Grayscale: #747474. Windows color (decimal): -4628444 or 2384057. OLE color: 2384057.

HSL color Cylindrical-coordinate representation of color #B96024: hue angle of 24.16º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B96024 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB1859636-
CMYK00.480.810.27
HSL24.16º67.42%43.33%-
HSV(B)24.16º80.54%72.55%-
XYZ24.5118.814.01-
YUV115.7782.99177.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.36%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 36 (14.45% from 255) = 11.36%
R=58.36%
G=30.28%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185963600.480.810.2724.1667.4243.33
HexB96024030511B18432b
Octal27114044060121333010353
Binary1011100111000001001000110000101000111011110001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96024; }

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

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

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

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

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

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

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

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