#B9525F

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

Shades of Blush #B9525F

Tints of Blush #B9525F

Color information

#B9525F (or 0xB9525F) is unknown color: approx Blush. HEX triplet: B9, 52 and 5F. RGB value is (185,82,95). Sum of RGB (Red+Green+Blue) = 185+82+95=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9525F is #46ADA0. Grayscale: #727272. Windows color (decimal): -4631969 or 6247097. OLE color: 6247097.

HSL color Cylindrical-coordinate representation of color #B9525F: hue angle of 352.43º 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 #B9525F is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1858295-
CMYK00.560.490.27
HSL352.43º42.39%52.35%-
HSV(B)352.43º55.68%72.55%-
XYZ25.0917.1812.82-
YUV114.28117.12178.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=51.10%
G=22.65%
B=26.24%

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
Decimal185829500.560.490.27352.4342.3952.35
HexB9525F038311B1602a34
Octal27112213707061335405264
Binary1011100110100101011111011100011000111011101100000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9525F; }

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

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

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

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

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

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

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

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