#BD4461

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

Shades of Blush #BD4461

Tints of Blush #BD4461

Color information

#BD4461 (or 0xBD4461) is unknown color: approx Blush. HEX triplet: BD, 44 and 61. RGB value is (189,68,97). Sum of RGB (Red+Green+Blue) = 189+68+97=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4461 is #42BB9E. Grayscale: #6B6B6B. Windows color (decimal): -4373407 or 6374589. OLE color: 6374589.

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

Color convert

RGB1896897-
CMYK00.640.490.26
HSL345.62º47.83%50.39%-
HSV(B)345.62º64.02%74.12%-
XYZ25.2115.8213.03-
YUV107.48122.09186.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.39%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=53.39%
G=19.21%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189689700.640.490.26345.6247.8350.39
HexBD4461040311A15a3032
Octal275104141010061325326062
Binary10111101100010011000010100000011000111010101011010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4461; }

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

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

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

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

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

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

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

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