#BC485E

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

Shades of Blush #BC485E

Tints of Blush #BC485E

Color information

#BC485E (or 0xBC485E) is unknown color: approx Blush. HEX triplet: BC, 48 and 5E. RGB value is (188,72,94). Sum of RGB (Red+Green+Blue) = 188+72+94=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC485E is #43B7A1. Grayscale: #6D6D6D. Windows color (decimal): -4437922 or 6179004. OLE color: 6179004.

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

Color convert

RGB1887294-
CMYK00.620.500.26
HSL348.62º46.4%50.98%-
HSV(B)348.62º61.7%73.73%-
XYZ25.0816.1312.38-
YUV109.19119.43184.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.11%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=53.11%
G=20.34%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188729400.620.500.26348.6246.450.98
HexBC485E03E321A15d2e33
Octal27411013607662325355663
Binary1011110010010001011110011111011001011010101011101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC485E; }

 p { color: rgb(188,72,94); }

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

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

 a { background-color: rgb(188,72,94); }

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

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

 span { border-color: rgb(188,72,94); }

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