#BD525F

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

Shades of Blush #BD525F

Tints of Blush #BD525F

Color information

#BD525F (or 0xBD525F) is unknown color: approx Blush. HEX triplet: BD, 52 and 5F. RGB value is (189,82,95). Sum of RGB (Red+Green+Blue) = 189+82+95=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD525F is #42ADA0. Grayscale: #737373. Windows color (decimal): -4369825 or 6247101. OLE color: 6247101.

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

Color convert

RGB1898295-
CMYK00.570.500.26
HSL352.71º44.77%53.14%-
HSV(B)352.71º56.61%74.12%-
XYZ26.0717.6812.86-
YUV115.48116.45180.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=51.64%
G=22.40%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189829500.570.500.26352.7144.7753.14
HexBD525F039321A1612d35
Octal27512213707162325415565
Binary1011110110100101011111011100111001011010101100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD525F; }

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

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

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

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

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

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

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

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