#BD505E

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

Shades of Blush #BD505E

Tints of Blush #BD505E

Color information

#BD505E (or 0xBD505E) is unknown color: approx Blush. HEX triplet: BD, 50 and 5E. RGB value is (189,80,94). Sum of RGB (Red+Green+Blue) = 189+80+94=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD505E is #42AFA1. Grayscale: #727272. Windows color (decimal): -4370338 or 6181053. OLE color: 6181053.

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

Color convert

RGB1898094-
CMYK00.580.500.26
HSL352.29º45.23%52.75%-
HSV(B)352.29º57.67%74.12%-
XYZ25.8817.3612.58-
YUV114.19116.61181.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=52.07%
G=22.04%
B=25.90%

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
Decimal189809400.580.500.26352.2945.2352.75
HexBD505E03A321A1602d35
Octal27512013607262325405565
Binary1011110110100001011110011101011001011010101100000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD505E; }

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

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

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

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

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

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

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

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