#BD486B

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

Shades of Blush #BD486B

Tints of Blush #BD486B

Color information

#BD486B (or 0xBD486B) is unknown color: approx Blush. HEX triplet: BD, 48 and 6B. RGB value is (189,72,107). Sum of RGB (Red+Green+Blue) = 189+72+107=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD486B is #42B794. Grayscale: #6E6E6E. Windows color (decimal): -4372373 or 7030973. OLE color: 7030973.

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

Color convert

RGB18972107-
CMYK00.620.430.26
HSL342.05º46.99%51.18%-
HSV(B)342.05º61.9%74.12%-
XYZ25.9616.5215.73-
YUV110.97125.76183.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 72 (28.52% from 255) = 19.57%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=51.36%
G=19.57%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897210700.620.430.26342.0546.9951.18
HexBD486B03E2B1A1562f33
Octal27511015307653325265763
Binary1011110110010001101011011111010101111010101010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD486B; }

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

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

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

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

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

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

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

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