#B9515C

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

Shades of Blush #B9515C

Tints of Blush #B9515C

Color information

#B9515C (or 0xB9515C) is unknown color: approx Blush. HEX triplet: B9, 51 and 5C. RGB value is (185,81,92). Sum of RGB (Red+Green+Blue) = 185+81+92=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9515C is #46AEA3. Grayscale: #717171. Windows color (decimal): -4632228 or 6050233. OLE color: 6050233.

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

Color convert

RGB1858192-
CMYK00.560.500.27
HSL353.65º42.62%52.16%-
HSV(B)353.65º56.22%72.55%-
XYZ24.8816.9712.09-
YUV113.35115.96179.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=51.68%
G=22.63%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185819200.560.500.27353.6542.6252.16
HexB9515C038321B1622b34
Octal27112113407062335425364
Binary1011100110100011011100011100011001011011101100010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9515C; }

 p { color: rgb(185,81,92); }

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

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

 a { background-color: rgb(185,81,92); }

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

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

 span { border-color: rgb(185,81,92); }

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