#BD505D

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

Shades of Blush #BD505D

Tints of Blush #BD505D

Color information

#BD505D (or 0xBD505D) is unknown color: approx Blush. HEX triplet: BD, 50 and 5D. RGB value is (189,80,93). Sum of RGB (Red+Green+Blue) = 189+80+93=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD505D is #42AFA2. Grayscale: #727272. Windows color (decimal): -4370339 or 6115517. OLE color: 6115517.

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

Color convert

RGB1898093-
CMYK00.580.510.26
HSL352.84º45.23%52.75%-
HSV(B)352.84º57.67%74.12%-
XYZ25.8317.3512.34-
YUV114.07116.11181.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.21%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=52.21%
G=22.10%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189809300.580.510.26352.8445.2352.75
HexBD505D03A331A1612d35
Octal27512013507263325415565
Binary1011110110100001011101011101011001111010101100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD505D; }

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

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

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

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

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

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

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

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