#BD4E65

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

Shades of Blush #BD4E65

Tints of Blush #BD4E65

Color information

#BD4E65 (or 0xBD4E65) is unknown color: approx Blush. HEX triplet: BD, 4E and 65. RGB value is (189,78,101). Sum of RGB (Red+Green+Blue) = 189+78+101=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E65 is #42B19A. Grayscale: #717171. Windows color (decimal): -4370843 or 6639293. OLE color: 6639293.

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

Color convert

RGB18978101-
CMYK00.590.470.26
HSL347.57º45.68%52.35%-
HSV(B)347.57º58.73%74.12%-
XYZ26.0617.2114.26-
YUV113.81120.77181.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 101 (39.84% from 255) = 27.45%
R=51.36%
G=21.20%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897810100.590.470.26347.5745.6852.35
HexBD4E6503B2F1A15c2e34
Octal27511614507357325345664
Binary1011110110011101100101011101110111111010101011100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E65; }

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

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

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

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

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

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

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

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