#BD4863

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

Shades of Blush #BD4863

Tints of Blush #BD4863

Color information

#BD4863 (or 0xBD4863) is unknown color: approx Blush. HEX triplet: BD, 48 and 63. RGB value is (189,72,99). Sum of RGB (Red+Green+Blue) = 189+72+99=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4863 is #42B79C. Grayscale: #6E6E6E. Windows color (decimal): -4372381 or 6506685. OLE color: 6506685.

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

Color convert

RGB1897299-
CMYK00.620.480.26
HSL346.15º46.99%51.18%-
HSV(B)346.15º61.9%74.12%-
XYZ25.5616.3513.61-
YUV110.06121.76184.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 99 (39.06% from 255) = 27.5%
R=52.5%
G=20%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189729900.620.480.26346.1546.9951.18
HexBD486303E301A15a2f33
Octal27511014307660325325763
Binary1011110110010001100011011111011000011010101011010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4863; }

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

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

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

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

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

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

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

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