#BB5642

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

Shades of Flame Pea #BB5642

Tints of Flame Pea #BB5642

Color information

#BB5642 (or 0xBB5642) is unknown color: approx Flame Pea. HEX triplet: BB, 56 and 42. RGB value is (187,86,66). Sum of RGB (Red+Green+Blue) = 187+86+66=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5642 is #44A9BD. Grayscale: #727272. Windows color (decimal): -4499902 or 4347579. OLE color: 4347579.

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

Color convert

RGB1878666-
CMYK00.540.650.27
HSL9.92º47.83%49.61%-
HSV(B)9.92º64.71%73.33%-
XYZ24.817.617.25-
YUV113.92100.96180.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.16%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 66 (26.17% from 255) = 19.47%
R=55.16%
G=25.37%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187866600.540.650.279.9247.8349.61
HexBB5642036411Ba3032
Octal27312610206610133126062
Binary101110111010110100001001101101000001110111010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5642; }

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

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

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

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

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

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

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

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