#BC545E

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

Shades of Blush #BC545E

Tints of Blush #BC545E

Color information

#BC545E (or 0xBC545E) is unknown color: approx Blush. HEX triplet: BC, 54 and 5E. RGB value is (188,84,94). Sum of RGB (Red+Green+Blue) = 188+84+94=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC545E is #43ABA1. Grayscale: #747474. Windows color (decimal): -4434850 or 6182076. OLE color: 6182076.

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

Color convert

RGB1888494-
CMYK00.550.500.26
HSL354.23º43.7%53.33%-
HSV(B)354.23º55.32%73.73%-
XYZ25.9317.8412.67-
YUV116.24115.46179.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.37%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 94 (37.11% from 255) = 25.68%
R=51.37%
G=22.95%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188849400.550.500.26354.2343.753.33
HexBC545E037321A1622c35
Octal27412413606762325425465
Binary1011110010101001011110011011111001011010101100010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC545E; }

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

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

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

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

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

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

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

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