#BD516A

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

Shades of Blush #BD516A

Tints of Blush #BD516A

Color information

#BD516A (or 0xBD516A) is unknown color: approx Blush. HEX triplet: BD, 51 and 6A. RGB value is (189,81,106). Sum of RGB (Red+Green+Blue) = 189+81+106=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD516A is #42AE95. Grayscale: #747474. Windows color (decimal): -4370070 or 6967741. OLE color: 6967741.

HSL color Cylindrical-coordinate representation of color #BD516A: hue angle of 346.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD516A is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB18981106-
CMYK00.570.440.26
HSL346.11º45%52.94%-
HSV(B)346.11º57.14%74.12%-
XYZ26.5317.7415.66-
YUV116.14122.28179.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=50.27%
G=21.54%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898110600.570.440.26346.114552.94
HexBD516A0392C1A15a2d35
Octal27512115207154325325565
Binary1011110110100011101010011100110110011010101011010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD516A; }

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

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

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

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

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

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

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

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