#BB5E52

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

Shades of Flame Pea #BB5E52

Tints of Flame Pea #BB5E52

Color information

#BB5E52 (or 0xBB5E52) is unknown color: approx Flame Pea. HEX triplet: BB, 5E and 52. RGB value is (187,94,82). Sum of RGB (Red+Green+Blue) = 187+94+82=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E52 is #44A1AD. Grayscale: #787878. Windows color (decimal): -4497838 or 5398203. OLE color: 5398203.

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

Color convert

RGB1879482-
CMYK00.500.560.27
HSL6.86º43.57%52.75%-
HSV(B)6.86º56.15%73.33%-
XYZ26.0219.1810.31-
YUV120.44106.31175.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=51.52%
G=25.90%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187948200.500.560.276.8643.5752.75
HexBB5E52032381B72c35
Octal273136122062703375465
Binary1011101110111101010010011001011100011011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5E52; }

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

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

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

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

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

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

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

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