#bd5b6f

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

Shades of Blush #BD5B6F

Tints of Blush #BD5B6F

Color information

#BD5B6F (or 0xBD5B6F) is unknown color: approx Blush. HEX triplet: BD, 5B and 6F. RGB value is (189,91,111). Sum of RGB (Red+Green+Blue) = 189+91+111=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5B6F is #42A490. Grayscale: #7A7A7A. Windows color (decimal): -4367505 or 7297981. OLE color: 7297981.

HSL color Cylindrical-coordinate representation of color #BD5B6F: hue angle of 347.76º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5B6F is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB18991111-
CMYK00.520.410.26
HSL347.76º42.61%54.9%-
HSV(B)347.76º51.85%74.12%-
XYZ27.619.4517.34-
YUV122.58121.47175.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 91 (35.94% from 255) = 23.27%
BLUE value IS 111 (43.75% from 255) = 28.39%
R=48.34%
G=23.27%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899111100.520.410.26347.7642.6154.9
HexBD5B6F034291A15c2b37
Octal27513315706451325345367
Binary1011110110110111101111011010010100111010101011100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd5b6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd5b6f; }

 p { color: rgb(189,91,111); }

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

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

 a { background-color: rgb(189,91,111); }

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

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

 span { border-color: rgb(189,91,111); }

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