#BC4669

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

Shades of Blush #BC4669

Tints of Blush #BC4669

Color information

#BC4669 (or 0xBC4669) is unknown color: approx Blush. HEX triplet: BC, 46 and 69. RGB value is (188,70,105). Sum of RGB (Red+Green+Blue) = 188+70+105=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4669 is #43B996. Grayscale: #6D6D6D. Windows color (decimal): -4438423 or 6899388. OLE color: 6899388.

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

Color convert

RGB18870105-
CMYK00.630.440.26
HSL342.2º46.83%50.59%-
HSV(B)342.2º62.77%73.73%-
XYZ25.4816.0915.13-
YUV109.27125.59184.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.79%
GREEN value IS 70 (27.73% from 255) = 19.28%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=51.79%
G=19.28%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887010500.630.440.26342.246.8350.59
HexBC466903F2C1A1562f33
Octal27410615107754325265763
Binary1011110010001101101001011111110110011010101010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4669; }

 p { color: rgb(188,70,105); }

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

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

 a { background-color: rgb(188,70,105); }

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

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

 span { border-color: rgb(188,70,105); }

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