#BD4C61

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

Shades of Blush #BD4C61

Tints of Blush #BD4C61

Color information

#BD4C61 (or 0xBD4C61) is unknown color: approx Blush. HEX triplet: BD, 4C and 61. RGB value is (189,76,97). Sum of RGB (Red+Green+Blue) = 189+76+97=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4C61 is #42B39E. Grayscale: #707070. Windows color (decimal): -4371359 or 6376637. OLE color: 6376637.

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

Color convert

RGB1897697-
CMYK00.600.490.26
HSL348.85º46.12%51.96%-
HSV(B)348.85º59.79%74.12%-
XYZ25.7316.8513.21-
YUV112.18119.44182.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.21%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=52.21%
G=20.99%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189769700.600.490.26348.8546.1251.96
HexBD4C6103C311A15d2e34
Octal27511414107461325355664
Binary1011110110011001100001011110011000111010101011101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4C61; }

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

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

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

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

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

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

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

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