#B96216

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

Shades of Christine #B96216

Tints of Christine #B96216

Color information

#B96216 (or 0xB96216) is unknown color: approx Christine. HEX triplet: B9, 62 and 16. RGB value is (185,98,22). Sum of RGB (Red+Green+Blue) = 185+98+22=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B96216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96216 is #469DE9. Grayscale: #737373. Windows color (decimal): -4627946 or 1467065. OLE color: 1467065.

HSL color Cylindrical-coordinate representation of color #B96216: hue angle of 27.98º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B96216 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB1859822-
CMYK00.470.880.27
HSL27.98º78.74%40.59%-
HSV(B)27.98º88.11%72.55%-
XYZ24.5219.113.15-
YUV115.3575.32177.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.66%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 22 (8.98% from 255) = 7.21%
R=60.66%
G=32.13%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185982200.470.880.2727.9878.7440.59
HexB9621602F581B1c4f29
Octal27114226057130333411751
Binary101110011100010101100101111101100011011111001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96216; }

 p { color: rgb(185,98,22); }

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

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

 a { background-color: rgb(185,98,22); }

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

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

 span { border-color: rgb(185,98,22); }

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