#BD4B61

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

Shades of Blush #BD4B61

Tints of Blush #BD4B61

Color information

#BD4B61 (or 0xBD4B61) is unknown color: approx Blush. HEX triplet: BD, 4B and 61. RGB value is (189,75,97). Sum of RGB (Red+Green+Blue) = 189+75+97=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B61 is #42B49E. Grayscale: #6F6F6F. Windows color (decimal): -4371615 or 6376381. OLE color: 6376381.

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

Color convert

RGB1897597-
CMYK00.600.490.26
HSL348.42º46.34%51.76%-
HSV(B)348.42º60.32%74.12%-
XYZ25.6616.7113.18-
YUV111.59119.77183.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.35%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=52.35%
G=20.78%
B=26.87%

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
Decimal189759700.600.490.26348.4246.3451.76
HexBD4B6103C311A15c2e34
Octal27511314107461325345664
Binary1011110110010111100001011110011000111010101011100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B61; }

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

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

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

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

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

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

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

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