#B96932

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

Shades of Christine #B96932

Tints of Christine #B96932

Color information

#B96932 (or 0xB96932) is unknown color: approx Christine. HEX triplet: B9, 69 and 32. RGB value is (185,105,50). Sum of RGB (Red+Green+Blue) = 185+105+50=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B96932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96932 is #4696CD. Grayscale: #7A7A7A. Windows color (decimal): -4626126 or 3303865. OLE color: 3303865.

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

Color convert

RGB18510550-
CMYK00.430.730.27
HSL24.44º57.45%46.08%-
HSV(B)24.44º72.97%72.55%-
XYZ25.6320.655.65-
YUV122.6587172.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 50 (19.92% from 255) = 14.71%
R=54.41%
G=30.88%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851055000.430.730.2724.4457.4546.08
HexB9693202B491B18392e
Octal2711516205311133307156
Binary101110011101001110010010101110010011101111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96932; }

 p { color: rgb(185,105,50); }

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

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

 a { background-color: rgb(185,105,50); }

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

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

 span { border-color: rgb(185,105,50); }

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