#BB5A49

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

Shades of Flame Pea #BB5A49

Tints of Flame Pea #BB5A49

Color information

#BB5A49 (or 0xBB5A49) is unknown color: approx Flame Pea. HEX triplet: BB, 5A and 49. RGB value is (187,90,73). Sum of RGB (Red+Green+Blue) = 187+90+73=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5A49 is #44A5B6. Grayscale: #757575. Windows color (decimal): -4498871 or 4807355. OLE color: 4807355.

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

Color convert

RGB1879073-
CMYK00.520.610.27
HSL8.95º45.6%50.98%-
HSV(B)8.95º60.96%73.33%-
XYZ25.3518.368.51-
YUV117.06103.14177.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 90 (35.55% from 255) = 25.71%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=53.43%
G=25.71%
B=20.86%

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
Decimal187907300.520.610.278.9545.650.98
HexBB5A490343D1B92e33
Octal2731321110647533115663
Binary10111011101101010010010110100111101110111001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A49; }

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

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

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

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

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

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

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

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