#B95E55

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

Shades of Sunglo #B95E55

Tints of Sunglo #B95E55

Color information

#B95E55 (or 0xB95E55) is unknown color: approx Sunglo. HEX triplet: B9, 5E and 55. RGB value is (185,94,85). Sum of RGB (Red+Green+Blue) = 185+94+85=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E55 is #46A1AA. Grayscale: #787878. Windows color (decimal): -4628907 or 5594809. OLE color: 5594809.

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

Color convert

RGB1859485-
CMYK00.490.540.27
HSL5.4º41.67%52.94%-
HSV(B)5.4º54.05%72.55%-
XYZ25.6518.9810.91-
YUV120.18108.15174.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.82%
GREEN value IS 94 (37.11% from 255) = 25.82%
BLUE value IS 85 (33.59% from 255) = 23.35%
R=50.82%
G=25.82%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185948500.490.540.275.441.6752.94
HexB95E55031361B52a35
Octal271136125061663355265
Binary1011100110111101010101011000111011011011101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E55; }

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

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

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

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

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

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

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

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