#B96157

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

Shades of Sunglo #B96157

Tints of Sunglo #B96157

Color information

#B96157 (or 0xB96157) is unknown color: approx Sunglo. HEX triplet: B9, 61 and 57. RGB value is (185,97,87). Sum of RGB (Red+Green+Blue) = 185+97+87=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B96157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96157 is #469EA8. Grayscale: #7A7A7A. Windows color (decimal): -4628137 or 5726649. OLE color: 5726649.

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

Color convert

RGB1859787-
CMYK00.480.530.27
HSL6.12º41.18%53.33%-
HSV(B)6.12º52.97%72.55%-
XYZ2619.5511.42-
YUV122.17108.15172.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 87 (34.38% from 255) = 23.58%
R=50.14%
G=26.29%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185978700.480.530.276.1241.1853.33
HexB96157030351B62935
Octal271141127060653365165
Binary1011100111000011010111011000011010111011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96157; }

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

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

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

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

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

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

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

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