#BB5950

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

Shades of Sunset #BB5950

Tints of Sunset #BB5950

Color information

#BB5950 (or 0xBB5950) is unknown color: approx Sunset. HEX triplet: BB, 59 and 50. RGB value is (187,89,80). Sum of RGB (Red+Green+Blue) = 187+89+80=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5950 is #44A6AF. Grayscale: #757575. Windows color (decimal): -4499120 or 5265851. OLE color: 5265851.

HSL color Cylindrical-coordinate representation of color #BB5950: hue angle of 5.05º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5950 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1878980-
CMYK00.520.570.27
HSL5.05º44.03%52.35%-
HSV(B)5.05º57.22%73.33%-
XYZ25.5118.299.77-
YUV117.28106.97177.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=52.53%
G=25%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187898000.520.570.275.0544.0352.35
HexBB5950034391B52c34
Octal273131120064713355464
Binary1011101110110011010000011010011100111011101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5950; }

 p { color: rgb(187,89,80); }

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

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

 a { background-color: rgb(187,89,80); }

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

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

 span { border-color: rgb(187,89,80); }

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