#BD5F6E

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

Shades of Blush #BD5F6E

Tints of Blush #BD5F6E

Color information

#BD5F6E (or 0xBD5F6E) is unknown color: approx Blush. HEX triplet: BD, 5F and 6E. RGB value is (189,95,110). Sum of RGB (Red+Green+Blue) = 189+95+110=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5F6E is #42A091. Grayscale: #7C7C7C. Windows color (decimal): -4366482 or 7233469. OLE color: 7233469.

HSL color Cylindrical-coordinate representation of color #BD5F6E: hue angle of 350.43º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5F6E is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB18995110-
CMYK00.500.420.26
HSL350.43º41.59%55.69%-
HSV(B)350.43º49.74%74.12%-
XYZ27.8920.1317.17-
YUV124.82119.64173.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=47.97%
G=24.11%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899511000.500.420.26350.4341.5955.69
HexBD5F6E0322A1A15e2a38
Octal27513715606252325365270
Binary1011110110111111101110011001010101011010101011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5F6E; }

 p { color: rgb(189,95,110); }

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

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

 a { background-color: rgb(189,95,110); }

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

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

 span { border-color: rgb(189,95,110); }

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