#B96956

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

Shades of Sunglo #B96956

Tints of Sunglo #B96956

Color information

#B96956 (or 0xB96956) is unknown color: approx Sunglo. HEX triplet: B9, 69 and 56. RGB value is (185,105,86). Sum of RGB (Red+Green+Blue) = 185+105+86=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B96956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96956 is #4696A9. Grayscale: #7E7E7E. Windows color (decimal): -4626090 or 5663161. OLE color: 5663161.

HSL color Cylindrical-coordinate representation of color #B96956: hue angle of 11.52º 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 #B96956 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18510586-
CMYK00.430.540.27
HSL11.52º41.42%53.14%-
HSV(B)11.52º53.51%72.55%-
XYZ26.7421.0911.47-
YUV126.75105169.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.20%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 86 (33.98% from 255) = 22.87%
R=49.20%
G=27.93%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851058600.430.540.2711.5241.4253.14
HexB9695602B361Bc2935
Octal2711511260536633145165
Binary10111001110100110101100101011110110110111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96956; }

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

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

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

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

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

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

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

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