#BC5A4C

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

Shades of Flame Pea #BC5A4C

Tints of Flame Pea #BC5A4C

Color information

#BC5A4C (or 0xBC5A4C) is unknown color: approx Flame Pea. HEX triplet: BC, 5A and 4C. RGB value is (188,90,76). Sum of RGB (Red+Green+Blue) = 188+90+76=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A4C is #43A5B3. Grayscale: #757575. Windows color (decimal): -4433332 or 5003964. OLE color: 5003964.

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

Color convert

RGB1889076-
CMYK00.520.600.26
HSL7.5º45.53%51.76%-
HSV(B)7.5º59.57%73.73%-
XYZ25.718.539.06-
YUV117.71104.47178.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.11%
GREEN value IS 90 (35.55% from 255) = 25.42%
BLUE value IS 76 (30.08% from 255) = 21.47%
R=53.11%
G=25.42%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188907600.520.600.267.545.5351.76
HexBC5A4C0343C1A82e34
Octal2741321140647432105664
Binary10111100101101010011000110100111100110101000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A4C; }

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

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

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

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

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

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

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

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