#BD455D

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

Shades of Blush #BD455D

Tints of Blush #BD455D

Color information

#BD455D (or 0xBD455D) is unknown color: approx Blush. HEX triplet: BD, 45 and 5D. RGB value is (189,69,93). Sum of RGB (Red+Green+Blue) = 189+69+93=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD455D is #42BAA2. Grayscale: #6B6B6B. Windows color (decimal): -4373155 or 6112701. OLE color: 6112701.

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

Color convert

RGB1896993-
CMYK00.630.510.26
HSL348º47.62%50.59%-
HSV(B)348º63.49%74.12%-
XYZ25.0915.8712.1-
YUV107.62119.76186.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.85%
GREEN value IS 69 (27.34% from 255) = 19.66%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=53.85%
G=19.66%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189699300.630.510.2634847.6250.59
HexBD455D03F331A15c3033
Octal27510513507763325346063
Binary1011110110001011011101011111111001111010101011100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD455D; }

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

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

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

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

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

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

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

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