#BC5A4A

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

Shades of Flame Pea #BC5A4A

Tints of Flame Pea #BC5A4A

Color information

#BC5A4A (or 0xBC5A4A) is unknown color: approx Flame Pea. HEX triplet: BC, 5A and 4A. RGB value is (188,90,74). Sum of RGB (Red+Green+Blue) = 188+90+74=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A4A is #43A5B5. Grayscale: #757575. Windows color (decimal): -4433334 or 4872892. OLE color: 4872892.

HSL color Cylindrical-coordinate representation of color #BC5A4A: hue angle of 8.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5A4A is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1889074-
CMYK00.520.610.26
HSL8.42º45.97%51.37%-
HSV(B)8.42º60.64%73.73%-
XYZ25.6318.58.7-
YUV117.48103.47178.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 90 (35.55% from 255) = 25.57%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=53.41%
G=25.57%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188907400.520.610.268.4245.9751.37
HexBC5A4A0343D1A82e33
Octal2741321120647532105663
Binary10111100101101010010100110100111101110101000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A4A; }

 p { color: rgb(188,90,74); }

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

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

 a { background-color: rgb(188,90,74); }

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

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

 span { border-color: rgb(188,90,74); }

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