#BD4E6D

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

Shades of Blush #BD4E6D

Tints of Blush #BD4E6D

Color information

#BD4E6D (or 0xBD4E6D) is unknown color: approx Blush. HEX triplet: BD, 4E and 6D. RGB value is (189,78,109). Sum of RGB (Red+Green+Blue) = 189+78+109=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E6D is #42B192. Grayscale: #727272. Windows color (decimal): -4370835 or 7163581. OLE color: 7163581.

HSL color Cylindrical-coordinate representation of color #BD4E6D: hue angle of 343.24º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4E6D is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB18978109-
CMYK00.590.420.26
HSL343.24º45.68%52.35%-
HSV(B)343.24º58.73%74.12%-
XYZ26.4717.3716.43-
YUV114.72124.77180.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=50.27%
G=20.74%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897810900.590.420.26343.2445.6852.35
HexBD4E6D03B2A1A1572e34
Octal27511615507352325275664
Binary1011110110011101101101011101110101011010101010111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E6D; }

 p { color: rgb(189,78,109); }

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

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

 a { background-color: rgb(189,78,109); }

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

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

 span { border-color: rgb(189,78,109); }

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