#BB5544

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

Shades of Flame Pea #BB5544

Tints of Flame Pea #BB5544

Color information

#BB5544 (or 0xBB5544) is unknown color: approx Flame Pea. HEX triplet: BB, 55 and 44. RGB value is (187,85,68). Sum of RGB (Red+Green+Blue) = 187+85+68=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5544 is #44AABB. Grayscale: #717171. Windows color (decimal): -4500156 or 4478395. OLE color: 4478395.

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

Color convert

RGB1878568-
CMYK00.550.640.27
HSL8.57º46.67%50%-
HSV(B)8.57º63.64%73.33%-
XYZ24.7917.487.54-
YUV113.56102.29180.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 68 (26.95% from 255) = 20%
R=55%
G=25%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187856800.550.640.278.5746.6750
HexBB5544037401B92f32
Octal27312510406710033115762
Binary101110111010101100010001101111000000110111001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5544; }

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

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

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

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

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

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

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

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