#BD5F70

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

Shades of Blush #BD5F70

Tints of Blush #BD5F70

Color information

#BD5F70 (or 0xBD5F70) is unknown color: approx Blush. HEX triplet: BD, 5F and 70. RGB value is (189,95,112). Sum of RGB (Red+Green+Blue) = 189+95+112=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5F70 is #42A08F. Grayscale: #7D7D7D. Windows color (decimal): -4366480 or 7364541. OLE color: 7364541.

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

Color convert

RGB18995112-
CMYK00.500.410.26
HSL349.15º41.59%55.69%-
HSV(B)349.15º49.74%74.12%-
XYZ2820.1717.75-
YUV125.04120.64173.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 95 (37.5% from 255) = 23.99%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=47.73%
G=23.99%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899511200.500.410.26349.1541.5955.69
HexBD5F70032291A15d2a38
Octal27513716006251325355270
Binary1011110110111111110000011001010100111010101011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5F70; }

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

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

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

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

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

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

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

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