#B96055

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

Shades of Sunglo #B96055

Tints of Sunglo #B96055

Color information

#B96055 (or 0xB96055) is unknown color: approx Sunglo. HEX triplet: B9, 60 and 55. RGB value is (185,96,85). Sum of RGB (Red+Green+Blue) = 185+96+85=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B96055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96055 is #469FAA. Grayscale: #797979. Windows color (decimal): -4628395 or 5595321. OLE color: 5595321.

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

Color convert

RGB1859685-
CMYK00.480.540.27
HSL6.6º41.67%52.94%-
HSV(B)6.6º54.05%72.55%-
XYZ25.8319.3410.97-
YUV121.36107.49173.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=50.55%
G=26.23%
B=23.22%

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
Decimal185968500.480.540.276.641.6752.94
HexB96055030361B72a35
Octal271140125060663375265
Binary1011100111000001010101011000011011011011111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96055; }

 p { color: rgb(185,96,85); }

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

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

 a { background-color: rgb(185,96,85); }

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

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

 span { border-color: rgb(185,96,85); }

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