#BD4B60

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

Shades of Blush #BD4B60

Tints of Blush #BD4B60

Color information

#BD4B60 (or 0xBD4B60) is unknown color: approx Blush. HEX triplet: BD, 4B and 60. RGB value is (189,75,96). Sum of RGB (Red+Green+Blue) = 189+75+96=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B60 is #42B49F. Grayscale: #6F6F6F. Windows color (decimal): -4371616 or 6310845. OLE color: 6310845.

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

Color convert

RGB1897596-
CMYK00.600.490.26
HSL348.95º46.34%51.76%-
HSV(B)348.95º60.32%74.12%-
XYZ25.6116.712.94-
YUV111.48119.27183.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=52.5%
G=20.83%
B=26.67%

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
Decimal189759600.600.490.26348.9546.3451.76
HexBD4B6003C311A15d2e34
Octal27511314007461325355664
Binary1011110110010111100000011110011000111010101011101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B60; }

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

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

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

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

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

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

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

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