#BC4962

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

Shades of Blush #BC4962

Tints of Blush #BC4962

Color information

#BC4962 (or 0xBC4962) is unknown color: approx Blush. HEX triplet: BC, 49 and 62. RGB value is (188,73,98). Sum of RGB (Red+Green+Blue) = 188+73+98=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4962 is #43B69D. Grayscale: #6E6E6E. Windows color (decimal): -4437662 or 6441404. OLE color: 6441404.

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

Color convert

RGB1887398-
CMYK00.610.480.26
HSL346.96º46.18%51.18%-
HSV(B)346.96º61.17%73.73%-
XYZ25.3316.3413.37-
YUV110.23121.1183.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 98 (38.67% from 255) = 27.30%
R=52.37%
G=20.33%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188739800.610.480.26346.9646.1851.18
HexBC496203D301A15b2e33
Octal27411114207560325335663
Binary1011110010010011100010011110111000011010101011011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4962; }

 p { color: rgb(188,73,98); }

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

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

 a { background-color: rgb(188,73,98); }

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

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

 span { border-color: rgb(188,73,98); }

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