#BD4D61

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

Shades of Blush #BD4D61

Tints of Blush #BD4D61

Color information

#BD4D61 (or 0xBD4D61) is unknown color: approx Blush. HEX triplet: BD, 4D and 61. RGB value is (189,77,97). Sum of RGB (Red+Green+Blue) = 189+77+97=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4D61 is #42B29E. Grayscale: #707070. Windows color (decimal): -4371103 or 6376893. OLE color: 6376893.

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

Color convert

RGB1897797-
CMYK00.590.490.26
HSL349.29º45.9%52.16%-
HSV(B)349.29º59.26%74.12%-
XYZ25.816.9913.23-
YUV112.77119.11182.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=52.07%
G=21.21%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189779700.590.490.26349.2945.952.16
HexBD4D6103B311A15d2e34
Octal27511514107361325355664
Binary1011110110011011100001011101111000111010101011101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4D61; }

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

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

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

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

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

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

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

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