#BB5C49

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

Shades of Flame Pea #BB5C49

Tints of Flame Pea #BB5C49

Color information

#BB5C49 (or 0xBB5C49) is unknown color: approx Flame Pea. HEX triplet: BB, 5C and 49. RGB value is (187,92,73). Sum of RGB (Red+Green+Blue) = 187+92+73=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5C49 is #44A3B6. Grayscale: #767676. Windows color (decimal): -4498359 or 4807867. OLE color: 4807867.

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

Color convert

RGB1879273-
CMYK00.510.610.27
HSL10º45.6%50.98%-
HSV(B)10º60.96%73.33%-
XYZ25.5218.78.57-
YUV118.24102.47177.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=53.12%
G=26.14%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187927300.510.610.271045.650.98
HexBB5C490333D1Ba2e33
Octal2731341110637533125663
Binary10111011101110010010010110011111101110111010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C49; }

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

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

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

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

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

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

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

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