#BB5F51

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

Shades of Flame Pea #BB5F51

Tints of Flame Pea #BB5F51

Color information

#BB5F51 (or 0xBB5F51) is unknown color: approx Flame Pea. HEX triplet: BB, 5F and 51. RGB value is (187,95,81). Sum of RGB (Red+Green+Blue) = 187+95+81=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F51 is #44A0AE. Grayscale: #797979. Windows color (decimal): -4497583 or 5332923. OLE color: 5332923.

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

Color convert

RGB1879581-
CMYK00.490.570.27
HSL7.92º43.8%52.55%-
HSV(B)7.92º56.68%73.33%-
XYZ26.0719.3410.14-
YUV120.91105.48175.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=51.52%
G=26.17%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187958100.490.570.277.9243.852.55
HexBB5F51031391B82c35
Octal2731371210617133105465
Binary10111011101111110100010110001111001110111000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F51; }

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

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

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

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

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

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

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

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