#BC4061

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

Shades of Blush #BC4061

Tints of Blush #BC4061

Color information

#BC4061 (or 0xBC4061) is unknown color: approx Blush. HEX triplet: BC, 40 and 61. RGB value is (188,64,97). Sum of RGB (Red+Green+Blue) = 188+64+97=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4061 is #43BF9E. Grayscale: #686868. Windows color (decimal): -4439967 or 6373564. OLE color: 6373564.

HSL color Cylindrical-coordinate representation of color #BC4061: hue angle of 344.03º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4061 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB1886497-
CMYK00.660.480.26
HSL344.03º49.21%49.41%-
HSV(B)344.03º65.96%73.73%-
XYZ24.7315.2212.94-
YUV104.84123.58187.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=53.87%
G=18.34%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188649700.660.480.26344.0349.2149.41
HexBC4061042301A1583131
Octal274100141010260325306161
Binary10111100100000011000010100001011000011010101011000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4061; }

 p { color: rgb(188,64,97); }

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

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

 a { background-color: rgb(188,64,97); }

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

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

 span { border-color: rgb(188,64,97); }

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