#BB5B49

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

Shades of Flame Pea #BB5B49

Tints of Flame Pea #BB5B49

Color information

#BB5B49 (or 0xBB5B49) is unknown color: approx Flame Pea. HEX triplet: BB, 5B and 49. RGB value is (187,91,73). Sum of RGB (Red+Green+Blue) = 187+91+73=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5B49 is #44A4B6. Grayscale: #757575. Windows color (decimal): -4498615 or 4807611. OLE color: 4807611.

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

Color convert

RGB1879173-
CMYK00.510.610.27
HSL9.47º45.6%50.98%-
HSV(B)9.47º60.96%73.33%-
XYZ25.4418.538.54-
YUV117.65102.8177.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 91 (35.94% from 255) = 25.93%
BLUE value IS 73 (28.91% from 255) = 20.80%
R=53.28%
G=25.93%
B=20.80%

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
Decimal187917300.510.610.279.4745.650.98
HexBB5B490333D1B92e33
Octal2731331110637533115663
Binary10111011101101110010010110011111101110111001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B49; }

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

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

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

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

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

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

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

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