#B96A2B

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

Shades of Christine #B96A2B

Tints of Christine #B96A2B

Color information

#B96A2B (or 0xB96A2B) is unknown color: approx Christine. HEX triplet: B9, 6A and 2B. RGB value is (185,106,43). Sum of RGB (Red+Green+Blue) = 185+106+43=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A2B is #4695D4. Grayscale: #7A7A7A. Windows color (decimal): -4625877 or 2845369. OLE color: 2845369.

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

Color convert

RGB18510643-
CMYK00.430.770.27
HSL26.62º62.28%44.71%-
HSV(B)26.62º76.76%72.55%-
XYZ25.620.84.95-
YUV122.4483.17172.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.39%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 43 (17.19% from 255) = 12.87%
R=55.39%
G=31.74%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851064300.430.770.2726.6262.2844.71
HexB96A2B02B4D1B1b3e2d
Octal2711525305311533337655
Binary101110011101010101011010101110011011101111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96A2B; }

 p { color: rgb(185,106,43); }

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

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

 a { background-color: rgb(185,106,43); }

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

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

 span { border-color: rgb(185,106,43); }

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