#BB5949

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

Shades of Flame Pea #BB5949

Tints of Flame Pea #BB5949

Color information

#BB5949 (or 0xBB5949) is unknown color: approx Flame Pea. HEX triplet: BB, 59 and 49. RGB value is (187,89,73). Sum of RGB (Red+Green+Blue) = 187+89+73=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5949 is #44A6B6. Grayscale: #747474. Windows color (decimal): -4499127 or 4807099. OLE color: 4807099.

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

Color convert

RGB1878973-
CMYK00.520.610.27
HSL8.42º45.6%50.98%-
HSV(B)8.42º60.96%73.33%-
XYZ25.2718.198.48-
YUV116.48103.47178.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=53.58%
G=25.50%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187897300.520.610.278.4245.650.98
HexBB59490343D1B82e33
Octal2731311110647533105663
Binary10111011101100110010010110100111101110111000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5949; }

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

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

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

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

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

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

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

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