#BD4F5E

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

Shades of Blush #BD4F5E

Tints of Blush #BD4F5E

Color information

#BD4F5E (or 0xBD4F5E) is unknown color: approx Blush. HEX triplet: BD, 4F and 5E. RGB value is (189,79,94). Sum of RGB (Red+Green+Blue) = 189+79+94=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F5E is #42B0A1. Grayscale: #717171. Windows color (decimal): -4370594 or 6180797. OLE color: 6180797.

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

Color convert

RGB1897994-
CMYK00.580.500.26
HSL351.82º45.45%52.55%-
HSV(B)351.82º58.2%74.12%-
XYZ25.817.2212.55-
YUV113.6116.94181.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.21%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=52.21%
G=21.82%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189799400.580.500.26351.8245.4552.55
HexBD4F5E03A321A1602d35
Octal27511713607262325405565
Binary1011110110011111011110011101011001011010101100000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F5E; }

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

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

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

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

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

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

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

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