#BB5744

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

Shades of Flame Pea #BB5744

Tints of Flame Pea #BB5744

Color information

#BB5744 (or 0xBB5744) is unknown color: approx Flame Pea. HEX triplet: BB, 57 and 44. RGB value is (187,87,68). Sum of RGB (Red+Green+Blue) = 187+87+68=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5744 is #44A8BB. Grayscale: #727272. Windows color (decimal): -4499644 or 4478907. OLE color: 4478907.

HSL color Cylindrical-coordinate representation of color #BB5744: hue angle of 9.58º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB5744 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1878768-
CMYK00.530.640.27
HSL9.58º46.67%50%-
HSV(B)9.58º63.64%73.33%-
XYZ24.9517.87.59-
YUV114.73101.63179.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.68%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 68 (26.95% from 255) = 19.88%
R=54.68%
G=25.44%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187876800.530.640.279.5846.6750
HexBB5744035401Ba2f32
Octal27312710406510033125762
Binary101110111010111100010001101011000000110111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5744; }

 p { color: rgb(187,87,68); }

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

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

 a { background-color: rgb(187,87,68); }

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

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

 span { border-color: rgb(187,87,68); }

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