#BD455E

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

Shades of Blush #BD455E

Tints of Blush #BD455E

Color information

#BD455E (or 0xBD455E) is unknown color: approx Blush. HEX triplet: BD, 45 and 5E. RGB value is (189,69,94). Sum of RGB (Red+Green+Blue) = 189+69+94=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD455E is #42BAA1. Grayscale: #6B6B6B. Windows color (decimal): -4373154 or 6178237. OLE color: 6178237.

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

Color convert

RGB1896994-
CMYK00.630.500.26
HSL347.5º47.62%50.59%-
HSV(B)347.5º63.49%74.12%-
XYZ25.1315.8812.33-
YUV107.73120.26185.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=53.69%
G=19.60%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189699400.630.500.26347.547.6250.59
HexBD455E03F321A15c3033
Octal27510513607762325346063
Binary1011110110001011011110011111111001011010101011100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD455E; }

 p { color: rgb(189,69,94); }

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

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

 a { background-color: rgb(189,69,94); }

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

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

 span { border-color: rgb(189,69,94); }

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