#BD6070

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

Shades of Blush #BD6070

Tints of Blush #BD6070

Color information

#BD6070 (or 0xBD6070) is unknown color: approx Blush. HEX triplet: BD, 60 and 70. RGB value is (189,96,112). Sum of RGB (Red+Green+Blue) = 189+96+112=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6070 is #429F8F. Grayscale: #7D7D7D. Windows color (decimal): -4366224 or 7364797. OLE color: 7364797.

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

Color convert

RGB18996112-
CMYK00.490.410.26
HSL349.68º41.33%55.88%-
HSV(B)349.68º49.21%74.12%-
XYZ28.0920.3517.78-
YUV125.63120.31173.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=47.61%
G=24.18%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899611200.490.410.26349.6841.3355.88
HexBD6070031291A15e2938
Octal27514016006151325365170
Binary1011110111000001110000011000110100111010101011110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6070; }

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

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

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

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

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

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

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

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