#B96156

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

Shades of Sunglo #B96156

Tints of Sunglo #B96156

Color information

#B96156 (or 0xB96156) is unknown color: approx Sunglo. HEX triplet: B9, 61 and 56. RGB value is (185,97,86). Sum of RGB (Red+Green+Blue) = 185+97+86=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B96156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96156 is #469EA9. Grayscale: #7A7A7A. Windows color (decimal): -4628138 or 5661113. OLE color: 5661113.

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

Color convert

RGB1859786-
CMYK00.480.540.27
HSL6.67º41.42%53.14%-
HSV(B)6.67º53.51%72.55%-
XYZ25.9619.5411.21-
YUV122.06107.65172.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 97 (38.28% from 255) = 26.36%
BLUE value IS 86 (33.98% from 255) = 23.37%
R=50.27%
G=26.36%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185978600.480.540.276.6741.4253.14
HexB96156030361B72935
Octal271141126060663375165
Binary1011100111000011010110011000011011011011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96156; }

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

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

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

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

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

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

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

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