#B96657

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

Shades of Sunglo #B96657

Tints of Sunglo #B96657

Color information

#B96657 (or 0xB96657) is unknown color: approx Sunglo. HEX triplet: B9, 66 and 57. RGB value is (185,102,87). Sum of RGB (Red+Green+Blue) = 185+102+87=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B96657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96657 is #4699A8. Grayscale: #7D7D7D. Windows color (decimal): -4626857 or 5727929. OLE color: 5727929.

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

Color convert

RGB18510287-
CMYK00.450.530.27
HSL9.18º41.18%53.33%-
HSV(B)9.18º52.97%72.55%-
XYZ26.4820.5111.58-
YUV125.11106.5170.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=49.47%
G=27.27%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851028700.450.530.279.1841.1853.33
HexB9665702D351B92935
Octal2711461270556533115165
Binary10111001110011010101110101101110101110111001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96657; }

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

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

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

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

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

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

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

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