#BB5D49

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

Shades of Flame Pea #BB5D49

Tints of Flame Pea #BB5D49

Color information

#BB5D49 (or 0xBB5D49) is unknown color: approx Flame Pea. HEX triplet: BB, 5D and 49. RGB value is (187,93,73). Sum of RGB (Red+Green+Blue) = 187+93+73=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5D49 is #44A2B6. Grayscale: #777777. Windows color (decimal): -4498103 or 4808123. OLE color: 4808123.

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

Color convert

RGB1879373-
CMYK00.500.610.27
HSL10.53º45.6%50.98%-
HSV(B)10.53º60.96%73.33%-
XYZ25.6118.878.6-
YUV118.83102.14176.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 93 (36.72% from 255) = 26.35%
BLUE value IS 73 (28.91% from 255) = 20.68%
R=52.97%
G=26.35%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187937300.500.610.2710.5345.650.98
HexBB5D490323D1Bb2e33
Octal2731351110627533135663
Binary10111011101110110010010110010111101110111011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5D49; }

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

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

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

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

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

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

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

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