#BB5F55

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

Shades of Sunglo #BB5F55

Tints of Sunglo #BB5F55

Color information

#BB5F55 (or 0xBB5F55) is unknown color: approx Sunglo. HEX triplet: BB, 5F and 55. RGB value is (187,95,85). Sum of RGB (Red+Green+Blue) = 187+95+85=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F55 is #44A0AA. Grayscale: #797979. Windows color (decimal): -4497579 or 5595067. OLE color: 5595067.

HSL color Cylindrical-coordinate representation of color #BB5F55: hue angle of 5.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5F55 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1879585-
CMYK00.490.550.27
HSL5.88º42.86%53.33%-
HSV(B)5.88º54.55%73.33%-
XYZ26.2319.4110.96-
YUV121.37107.48174.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=50.95%
G=25.89%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187958500.490.550.275.8842.8653.33
HexBB5F55031371B62b35
Octal273137125061673365365
Binary1011101110111111010101011000111011111011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F55; }

 p { color: rgb(187,95,85); }

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

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

 a { background-color: rgb(187,95,85); }

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

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

 span { border-color: rgb(187,95,85); }

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