#BD5E6D

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

Shades of Blush #BD5E6D

Tints of Blush #BD5E6D

Color information

#BD5E6D (or 0xBD5E6D) is unknown color: approx Blush. HEX triplet: BD, 5E and 6D. RGB value is (189,94,109). Sum of RGB (Red+Green+Blue) = 189+94+109=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E6D is #42A192. Grayscale: #7C7C7C. Windows color (decimal): -4366739 or 7167677. OLE color: 7167677.

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

Color convert

RGB18994109-
CMYK00.500.420.26
HSL350.53º41.85%55.49%-
HSV(B)350.53º50.26%74.12%-
XYZ27.7519.9316.85-
YUV124.12119.47174.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=48.21%
G=23.98%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899410900.500.420.26350.5341.8555.49
HexBD5E6D0322A1A15f2a37
Octal27513615506252325375267
Binary1011110110111101101101011001010101011010101011111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5E6D; }

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

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

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

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

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

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

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

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