#BB5849

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

Shades of Flame Pea #BB5849

Tints of Flame Pea #BB5849

Color information

#BB5849 (or 0xBB5849) is unknown color: approx Flame Pea. HEX triplet: BB, 58 and 49. RGB value is (187,88,73). Sum of RGB (Red+Green+Blue) = 187+88+73=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5849 is #44A7B6. Grayscale: #747474. Windows color (decimal): -4499383 or 4806843. OLE color: 4806843.

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

Color convert

RGB1878873-
CMYK00.530.610.27
HSL7.89º45.6%50.98%-
HSV(B)7.89º60.96%73.33%-
XYZ25.1918.038.46-
YUV115.89103.8178.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=53.74%
G=25.29%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187887300.530.610.277.8945.650.98
HexBB58490353D1B82e33
Octal2731301110657533105663
Binary10111011101100010010010110101111101110111000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5849; }

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

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

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

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

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

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

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

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