#BD506F

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

Shades of Blush #BD506F

Tints of Blush #BD506F

Color information

#BD506F (or 0xBD506F) is unknown color: approx Blush. HEX triplet: BD, 50 and 6F. RGB value is (189,80,111). Sum of RGB (Red+Green+Blue) = 189+80+111=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD506F is #42AF90. Grayscale: #747474. Windows color (decimal): -4370321 or 7295165. OLE color: 7295165.

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

Color convert

RGB18980111-
CMYK00.580.410.26
HSL342.94º45.23%52.75%-
HSV(B)342.94º57.67%74.12%-
XYZ26.7217.717.05-
YUV116.12125.11179.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.74%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=49.74%
G=21.05%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898011100.580.410.26342.9445.2352.75
HexBD506F03A291A1572d35
Octal27512015707251325275565
Binary1011110110100001101111011101010100111010101010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD506F; }

 p { color: rgb(189,80,111); }

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

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

 a { background-color: rgb(189,80,111); }

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

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

 span { border-color: rgb(189,80,111); }

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