#B96856

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

Shades of Sunglo #B96856

Tints of Sunglo #B96856

Color information

#B96856 (or 0xB96856) is unknown color: approx Sunglo. HEX triplet: B9, 68 and 56. RGB value is (185,104,86). Sum of RGB (Red+Green+Blue) = 185+104+86=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B96856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96856 is #4697A9. Grayscale: #7E7E7E. Windows color (decimal): -4626346 or 5662905. OLE color: 5662905.

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

Color convert

RGB18510486-
CMYK00.440.540.27
HSL10.91º41.42%53.14%-
HSV(B)10.91º53.51%72.55%-
XYZ26.6420.8911.43-
YUV126.17105.34169.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=49.33%
G=27.73%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851048600.440.540.2710.9141.4253.14
HexB9685602C361Bb2935
Octal2711501260546633135165
Binary10111001110100010101100101100110110110111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96856; }

 p { color: rgb(185,104,86); }

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

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

 a { background-color: rgb(185,104,86); }

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

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

 span { border-color: rgb(185,104,86); }

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