#BD6571

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

Shades of Blush #BD6571

Tints of Blush #BD6571

Color information

#BD6571 (or 0xBD6571) is unknown color: approx Blush. HEX triplet: BD, 65 and 71. RGB value is (189,101,113). Sum of RGB (Red+Green+Blue) = 189+101+113=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6571 is #429A8E. Grayscale: #808080. Windows color (decimal): -4364943 or 7431613. OLE color: 7431613.

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

Color convert

RGB189101113-
CMYK00.470.400.26
HSL351.82º40%56.86%-
HSV(B)351.82º46.56%74.12%-
XYZ28.6221.3218.23-
YUV128.68119.15171.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=46.90%
G=25.06%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910111300.470.400.26351.824056.86
HexBD657102F281A1602839
Octal27514516105750325405071
Binary1011110111001011110001010111110100011010101100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6571; }

 p { color: rgb(189,101,113); }

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

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

 a { background-color: rgb(189,101,113); }

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

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

 span { border-color: rgb(189,101,113); }

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