#bc4a5b

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

Shades of Blush #BC4A5B

Tints of Blush #BC4A5B

Color information

#BC4A5B (or 0xBC4A5B) is unknown color: approx Blush. HEX triplet: BC, 4A and 5B. RGB value is (188,74,91). Sum of RGB (Red+Green+Blue) = 188+74+91=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A5B is #43B5A4. Grayscale: #6E6E6E. Windows color (decimal): -4437413 or 5982908. OLE color: 5982908.

HSL color Cylindrical-coordinate representation of color #BC4A5B: hue angle of 351.05º 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 #BC4A5B is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB1887491-
CMYK00.610.520.26
HSL351.05º45.97%51.37%-
HSV(B)351.05º60.64%73.73%-
XYZ25.0816.3411.73-
YUV110.02117.27183.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.26%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=53.26%
G=20.96%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188749100.610.520.26351.0545.9751.37
HexBC4A5B03D341A15f2e33
Octal27411213307564325375663
Binary1011110010010101011011011110111010011010101011111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4a5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4a5b; }

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

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

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

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

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

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

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

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