#BD6570

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

Shades of Blush #BD6570

Tints of Blush #BD6570

Color information

#BD6570 (or 0xBD6570) is unknown color: approx Blush. HEX triplet: BD, 65 and 70. RGB value is (189,101,112). Sum of RGB (Red+Green+Blue) = 189+101+112=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6570 is #429A8F. Grayscale: #808080. Windows color (decimal): -4364944 or 7366077. OLE color: 7366077.

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

Color convert

RGB189101112-
CMYK00.470.410.26
HSL352.5º40%56.86%-
HSV(B)352.5º46.56%74.12%-
XYZ28.5621.317.93-
YUV128.57118.65171.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=47.01%
G=25.12%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910111200.470.410.26352.54056.86
HexBD657002F291A1602839
Octal27514516005751325405071
Binary1011110111001011110000010111110100111010101100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6570; }

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

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

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

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

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

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

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

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