#BB5E45

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

Shades of Flame Pea #BB5E45

Tints of Flame Pea #BB5E45

Color information

#BB5E45 (or 0xBB5E45) is unknown color: approx Flame Pea. HEX triplet: BB, 5E and 45. RGB value is (187,94,69). Sum of RGB (Red+Green+Blue) = 187+94+69=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E45 is #44A1BA. Grayscale: #777777. Windows color (decimal): -4497851 or 4546235. OLE color: 4546235.

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

Color convert

RGB1879469-
CMYK00.500.630.27
HSL12.71º46.46%50.2%-
HSV(B)12.71º63.1%73.33%-
XYZ25.57197.95-
YUV118.9699.81176.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 69 (27.34% from 255) = 19.71%
R=53.43%
G=26.86%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187946900.500.630.2712.7146.4650.2
HexBB5E450323F1Bd2e32
Octal2731361050627733155662
Binary10111011101111010001010110010111111110111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5E45; }

 p { color: rgb(187,94,69); }

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

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

 a { background-color: rgb(187,94,69); }

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

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

 span { border-color: rgb(187,94,69); }

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