#BB5F54

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

Shades of Sunglo #BB5F54

Tints of Sunglo #BB5F54

Color information

#BB5F54 (or 0xBB5F54) is unknown color: approx Sunglo. HEX triplet: BB, 5F and 54. RGB value is (187,95,84). Sum of RGB (Red+Green+Blue) = 187+95+84=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F54 is #44A0AB. Grayscale: #797979. Windows color (decimal): -4497580 or 5529531. OLE color: 5529531.

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

Color convert

RGB1879584-
CMYK00.490.550.27
HSL6.41º43.1%53.14%-
HSV(B)6.41º55.08%73.33%-
XYZ26.1919.3910.75-
YUV121.25106.98174.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 84 (33.20% from 255) = 22.95%
R=51.09%
G=25.96%
B=22.95%

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
Decimal187958400.490.550.276.4143.153.14
HexBB5F54031371B62b35
Octal273137124061673365365
Binary1011101110111111010100011000111011111011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F54; }

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

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

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

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

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

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

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

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