#BB6149

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

Shades of Flame Pea #BB6149

Tints of Flame Pea #BB6149

Color information

#BB6149 (or 0xBB6149) is unknown color: approx Flame Pea. HEX triplet: BB, 61 and 49. RGB value is (187,97,73). Sum of RGB (Red+Green+Blue) = 187+97+73=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6149 is #449EB6. Grayscale: #797979. Windows color (decimal): -4497079 or 4809147. OLE color: 4809147.

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

Color convert

RGB1879773-
CMYK00.480.610.27
HSL12.63º45.6%50.98%-
HSV(B)12.63º60.96%73.33%-
XYZ25.9719.68.72-
YUV121.17100.82174.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.38%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=52.38%
G=27.17%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187977300.480.610.2712.6345.650.98
HexBB61490303D1Bd2e33
Octal2731411110607533155663
Binary10111011110000110010010110000111101110111101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6149; }

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

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

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

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

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

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

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

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