#BD4061

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

Shades of Blush #BD4061

Tints of Blush #BD4061

Color information

#BD4061 (or 0xBD4061) is unknown color: approx Blush. HEX triplet: BD, 40 and 61. RGB value is (189,64,97). Sum of RGB (Red+Green+Blue) = 189+64+97=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4061 is #42BF9E. Grayscale: #696969. Windows color (decimal): -4374431 or 6373565. OLE color: 6373565.

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

Color convert

RGB1896497-
CMYK00.660.490.26
HSL344.16º49.41%49.61%-
HSV(B)344.16º66.14%74.12%-
XYZ24.9815.3512.96-
YUV105.14123.41187.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=54%
G=18.29%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189649700.660.490.26344.1649.4149.61
HexBD4061042311A1583132
Octal275100141010261325306162
Binary10111101100000011000010100001011000111010101011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4061; }

 p { color: rgb(189,64,97); }

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

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

 a { background-color: rgb(189,64,97); }

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

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

 span { border-color: rgb(189,64,97); }

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