#BC5F52

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

Shades of Flame Pea #BC5F52

Tints of Flame Pea #BC5F52

Color information

#BC5F52 (or 0xBC5F52) is unknown color: approx Flame Pea. HEX triplet: BC, 5F and 52. RGB value is (188,95,82). Sum of RGB (Red+Green+Blue) = 188+95+82=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5F52 is #43A0AD. Grayscale: #797979. Windows color (decimal): -4432046 or 5398460. OLE color: 5398460.

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

Color convert

RGB1889582-
CMYK00.490.560.26
HSL7.36º44.17%52.94%-
HSV(B)7.36º56.38%73.73%-
XYZ26.3519.4810.35-
YUV121.32105.81175.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=51.51%
G=26.03%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188958200.490.560.267.3644.1752.94
HexBC5F52031381A72c35
Octal274137122061703275465
Binary1011110010111111010010011000111100011010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5F52; }

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

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

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

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

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

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

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

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