#B96A57

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

Shades of Sunglo #B96A57

Tints of Sunglo #B96A57

Color information

#B96A57 (or 0xB96A57) is unknown color: approx Sunglo. HEX triplet: B9, 6A and 57. RGB value is (185,106,87). Sum of RGB (Red+Green+Blue) = 185+106+87=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A57 is #4695A8. Grayscale: #7F7F7F. Windows color (decimal): -4625833 or 5728953. OLE color: 5728953.

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

Color convert

RGB18510687-
CMYK00.430.530.27
HSL11.63º41.18%53.33%-
HSV(B)11.63º52.97%72.55%-
XYZ26.8821.3111.71-
YUV127.46105.17169.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 87 (34.38% from 255) = 23.02%
R=48.94%
G=28.04%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851068700.430.530.2711.6341.1853.33
HexB96A5702B351Bc2935
Octal2711521270536533145165
Binary10111001110101010101110101011110101110111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96A57; }

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

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

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

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

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

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

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

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