#BB5251

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

Shades of Sunset #BB5251

Tints of Sunset #BB5251

Color information

#BB5251 (or 0xBB5251) is unknown color: approx Sunset. HEX triplet: BB, 52 and 51. RGB value is (187,82,81). Sum of RGB (Red+Green+Blue) = 187+82+81=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5251 is #44ADAE. Grayscale: #717171. Windows color (decimal): -4500911 or 5329595. OLE color: 5329595.

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

Color convert

RGB1878281-
CMYK00.560.570.27
HSL0.57º43.8%52.55%-
HSV(B)0.57º56.68%73.33%-
XYZ2517.199.79-
YUV113.28109.79180.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=53.43%
G=23.43%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187828100.560.570.270.5743.852.55
HexBB5251038391B12c35
Octal273122121070713315465
Binary10111011101001010100010111000111001110111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5251; }

 p { color: rgb(187,82,81); }

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

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

 a { background-color: rgb(187,82,81); }

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

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

 span { border-color: rgb(187,82,81); }

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