#BD486A

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

Shades of Blush #BD486A

Tints of Blush #BD486A

Color information

#BD486A (or 0xBD486A) is unknown color: approx Blush. HEX triplet: BD, 48 and 6A. RGB value is (189,72,106). Sum of RGB (Red+Green+Blue) = 189+72+106=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD486A is #42B795. Grayscale: #6E6E6E. Windows color (decimal): -4372374 or 6965437. OLE color: 6965437.

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

Color convert

RGB18972106-
CMYK00.620.440.26
HSL342.56º46.99%51.18%-
HSV(B)342.56º61.9%74.12%-
XYZ25.9116.4915.45-
YUV110.86125.26183.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.50%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=51.50%
G=19.62%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897210600.620.440.26342.5646.9951.18
HexBD486A03E2C1A1572f33
Octal27511015207654325275763
Binary1011110110010001101010011111010110011010101010111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD486A; }

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

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

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

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

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

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

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

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