#BB5F52

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

Shades of Flame Pea #BB5F52

Tints of Flame Pea #BB5F52

Color information

#BB5F52 (or 0xBB5F52) is unknown color: approx Flame Pea. HEX triplet: BB, 5F and 52. RGB value is (187,95,82). Sum of RGB (Red+Green+Blue) = 187+95+82=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F52 is #44A0AD. Grayscale: #797979. Windows color (decimal): -4497582 or 5398459. OLE color: 5398459.

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

Color convert

RGB1879582-
CMYK00.490.560.27
HSL7.43º43.57%52.75%-
HSV(B)7.43º56.15%73.33%-
XYZ26.1119.3610.34-
YUV121.03105.98175.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 95 (37.5% from 255) = 26.10%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=51.37%
G=26.10%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187958200.490.560.277.4343.5752.75
HexBB5F52031381B72c35
Octal273137122061703375465
Binary1011101110111111010010011000111100011011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F52; }

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

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

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

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

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

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

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

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