#BD5264

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

Shades of Blush #BD5264

Tints of Blush #BD5264

Color information

#BD5264 (or 0xBD5264) is unknown color: approx Blush. HEX triplet: BD, 52 and 64. RGB value is (189,82,100). Sum of RGB (Red+Green+Blue) = 189+82+100=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5264 is #42AD9B. Grayscale: #747474. Windows color (decimal): -4369820 or 6574781. OLE color: 6574781.

HSL color Cylindrical-coordinate representation of color #BD5264: hue angle of 349.91º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5264 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB18982100-
CMYK00.570.470.26
HSL349.91º44.77%53.14%-
HSV(B)349.91º56.61%74.12%-
XYZ26.317.7714.1-
YUV116.04118.95180.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=50.94%
G=22.10%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898210000.570.470.26349.9144.7753.14
HexBD52640392F1A15e2d35
Octal27512214407157325365565
Binary1011110110100101100100011100110111111010101011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5264; }

 p { color: rgb(189,82,100); }

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

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

 a { background-color: rgb(189,82,100); }

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

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

 span { border-color: rgb(189,82,100); }

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