#BD3F5E

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

Shades of Blush #BD3F5E

Tints of Blush #BD3F5E

Color information

#BD3F5E (or 0xBD3F5E) is unknown color: approx Blush. HEX triplet: BD, 3F and 5E. RGB value is (189,63,94). Sum of RGB (Red+Green+Blue) = 189+63+94=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F5E is #42C0A1. Grayscale: #686868. Windows color (decimal): -4374690 or 6176701. OLE color: 6176701.

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

Color convert

RGB1896394-
CMYK00.670.500.26
HSL345.24º50%49.41%-
HSV(B)345.24º66.67%74.12%-
XYZ24.7815.1812.21-
YUV104.21122.24188.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.62%
GREEN value IS 63 (25% from 255) = 18.21%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=54.62%
G=18.21%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189639400.670.500.26345.245049.41
HexBD3F5E043321A1593231
Octal27577136010362325316261
Binary1011110111111110111100100001111001011010101011001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F5E; }

 p { color: rgb(189,63,94); }

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

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

 a { background-color: rgb(189,63,94); }

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

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

 span { border-color: rgb(189,63,94); }

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