#BB5D40

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

Shades of Flame Pea #BB5D40

Tints of Flame Pea #BB5D40

Color information

#BB5D40 (or 0xBB5D40) is unknown color: approx Flame Pea. HEX triplet: BB, 5D and 40. RGB value is (187,93,64). Sum of RGB (Red+Green+Blue) = 187+93+64=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5D40 is #44A2BF. Grayscale: #767676. Windows color (decimal): -4498112 or 4218299. OLE color: 4218299.

HSL color Cylindrical-coordinate representation of color #BB5D40: hue angle of 14.15º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB5D40 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1879364-
CMYK00.500.660.27
HSL14.15º49%49.22%-
HSV(B)14.15º65.78%73.33%-
XYZ25.3318.767.14-
YUV117.897.64177.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=54.36%
G=27.03%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187936400.500.660.2714.154949.22
HexBB5D40032421Be3131
Octal27313510006210233166161
Binary101110111011101100000001100101000010110111110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5D40; }

 p { color: rgb(187,93,64); }

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

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

 a { background-color: rgb(187,93,64); }

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

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

 span { border-color: rgb(187,93,64); }

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