#BB5E4E

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

Shades of Flame Pea #BB5E4E

Tints of Flame Pea #BB5E4E

Color information

#BB5E4E (or 0xBB5E4E) is unknown color: approx Flame Pea. HEX triplet: BB, 5E and 4E. RGB value is (187,94,78). Sum of RGB (Red+Green+Blue) = 187+94+78=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E4E is #44A1B1. Grayscale: #787878. Windows color (decimal): -4497842 or 5136059. OLE color: 5136059.

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

Color convert

RGB1879478-
CMYK00.500.580.27
HSL8.81º44.49%51.96%-
HSV(B)8.81º58.29%73.33%-
XYZ25.8719.129.53-
YUV119.98104.31175.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=52.09%
G=26.18%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187947800.500.580.278.8144.4951.96
HexBB5E4E0323A1B92c34
Octal2731361160627233115464
Binary10111011101111010011100110010111010110111001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5E4E; }

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

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

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

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

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

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

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

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