#BD506A

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

Shades of Blush #BD506A

Tints of Blush #BD506A

Color information

#BD506A (or 0xBD506A) is unknown color: approx Blush. HEX triplet: BD, 50 and 6A. RGB value is (189,80,106). Sum of RGB (Red+Green+Blue) = 189+80+106=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD506A is #42AF95. Grayscale: #737373. Windows color (decimal): -4370326 or 6967485. OLE color: 6967485.

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

Color convert

RGB18980106-
CMYK00.580.440.26
HSL345.69º45.23%52.75%-
HSV(B)345.69º57.67%74.12%-
XYZ26.4617.615.64-
YUV115.56122.61180.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.4%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=50.4%
G=21.33%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898010600.580.440.26345.6945.2352.75
HexBD506A03A2C1A15a2d35
Octal27512015207254325325565
Binary1011110110100001101010011101010110011010101011010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD506A; }

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

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

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

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

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

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

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

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