#BC4B62

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

Shades of Blush #BC4B62

Tints of Blush #BC4B62

Color information

#BC4B62 (or 0xBC4B62) is unknown color: approx Blush. HEX triplet: BC, 4B and 62. RGB value is (188,75,98). Sum of RGB (Red+Green+Blue) = 188+75+98=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B62 is #43B49D. Grayscale: #6F6F6F. Windows color (decimal): -4437150 or 6441916. OLE color: 6441916.

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

Color convert

RGB1887598-
CMYK00.600.480.26
HSL347.79º45.75%51.57%-
HSV(B)347.79º60.11%73.73%-
XYZ25.4616.6113.42-
YUV111.41120.44182.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.08%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=52.08%
G=20.78%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188759800.600.480.26347.7945.7551.57
HexBC4B6203C301A15c2e34
Octal27411314207460325345664
Binary1011110010010111100010011110011000011010101011100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B62; }

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

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

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

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

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

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

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

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