#B96B2C

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

Shades of Christine #B96B2C

Tints of Christine #B96B2C

Color information

#B96B2C (or 0xB96B2C) is unknown color: approx Christine. HEX triplet: B9, 6B and 2C. RGB value is (185,107,44). Sum of RGB (Red+Green+Blue) = 185+107+44=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96B2C is #4694D3. Grayscale: #7B7B7B. Windows color (decimal): -4625620 or 2911161. OLE color: 2911161.

HSL color Cylindrical-coordinate representation of color #B96B2C: hue angle of 26.81º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B96B2C is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18510744-
CMYK00.420.760.27
HSL26.81º61.57%44.9%-
HSV(B)26.81º76.22%72.55%-
XYZ25.7221.015.08-
YUV123.1483.34172.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.06%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 44 (17.58% from 255) = 13.10%
R=55.06%
G=31.85%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851074400.420.760.2726.8161.5744.9
HexB96B2C02A4C1B1b3e2d
Octal2711535405211433337655
Binary101110011101011101100010101010011001101111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B2C; }

 p { color: rgb(185,107,44); }

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

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

 a { background-color: rgb(185,107,44); }

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

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

 span { border-color: rgb(185,107,44); }

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