#BD4C60

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

Shades of Blush #BD4C60

Tints of Blush #BD4C60

Color information

#BD4C60 (or 0xBD4C60) is unknown color: approx Blush. HEX triplet: BD, 4C and 60. RGB value is (189,76,96). Sum of RGB (Red+Green+Blue) = 189+76+96=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4C60 is #42B39F. Grayscale: #707070. Windows color (decimal): -4371360 or 6311101. OLE color: 6311101.

HSL color Cylindrical-coordinate representation of color #BD4C60: hue angle of 349.38º 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 #BD4C60 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB1897696-
CMYK00.600.490.26
HSL349.38º46.12%51.96%-
HSV(B)349.38º59.79%74.12%-
XYZ25.6816.8312.96-
YUV112.07118.94182.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.35%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=52.35%
G=21.05%
B=26.59%

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
Decimal189769600.600.490.26349.3846.1251.96
HexBD4C6003C311A15d2e34
Octal27511414007461325355664
Binary1011110110011001100000011110011000111010101011101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4C60; }

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

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

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

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

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

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

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

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