#BB5542

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

Shades of Flame Pea #BB5542

Tints of Flame Pea #BB5542

Color information

#BB5542 (or 0xBB5542) is unknown color: approx Flame Pea. HEX triplet: BB, 55 and 42. RGB value is (187,85,66). Sum of RGB (Red+Green+Blue) = 187+85+66=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5542 is #44AABD. Grayscale: #717171. Windows color (decimal): -4500158 or 4347323. OLE color: 4347323.

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

Color convert

RGB1878566-
CMYK00.550.650.27
HSL9.42º47.83%49.61%-
HSV(B)9.42º64.71%73.33%-
XYZ24.7317.467.22-
YUV113.33101.29180.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.33%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 66 (26.17% from 255) = 19.53%
R=55.33%
G=25.15%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187856600.550.650.279.4247.8349.61
HexBB5542037411B93032
Octal27312510206710133116062
Binary101110111010101100001001101111000001110111001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5542; }

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

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

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

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

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

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

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

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