#B9525E

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

Shades of Blush #B9525E

Tints of Blush #B9525E

Color information

#B9525E (or 0xB9525E) is unknown color: approx Blush. HEX triplet: B9, 52 and 5E. RGB value is (185,82,94). Sum of RGB (Red+Green+Blue) = 185+82+94=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9525E is #46ADA1. Grayscale: #727272. Windows color (decimal): -4631970 or 6181561. OLE color: 6181561.

HSL color Cylindrical-coordinate representation of color #B9525E: hue angle of 353.01º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9525E is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1858294-
CMYK00.560.490.27
HSL353.01º42.39%52.35%-
HSV(B)353.01º55.68%72.55%-
XYZ25.0517.1612.58-
YUV114.16116.62178.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 94 (37.11% from 255) = 26.04%
R=51.25%
G=22.71%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185829400.560.490.27353.0142.3952.35
HexB9525E038311B1612a34
Octal27112213607061335415264
Binary1011100110100101011110011100011000111011101100001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9525E; }

 p { color: rgb(185,82,94); }

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

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

 a { background-color: rgb(185,82,94); }

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

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

 span { border-color: rgb(185,82,94); }

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