#BD4F5F

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

Shades of Blush #BD4F5F

Tints of Blush #BD4F5F

Color information

#BD4F5F (or 0xBD4F5F) is unknown color: approx Blush. HEX triplet: BD, 4F and 5F. RGB value is (189,79,95). Sum of RGB (Red+Green+Blue) = 189+79+95=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F5F is #42B0A0. Grayscale: #717171. Windows color (decimal): -4370593 or 6246333. OLE color: 6246333.

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

Color convert

RGB1897995-
CMYK00.580.500.26
HSL351.27º45.45%52.55%-
HSV(B)351.27º58.2%74.12%-
XYZ25.8517.2412.79-
YUV113.71117.44181.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 79 (31.25% from 255) = 21.76%
BLUE value IS 95 (37.5% from 255) = 26.17%
R=52.07%
G=21.76%
B=26.17%

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
Decimal189799500.580.500.26351.2745.4552.55
HexBD4F5F03A321A15f2d35
Octal27511713707262325375565
Binary1011110110011111011111011101011001011010101011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F5F; }

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

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

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

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

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

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

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

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