#B9515D

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

Shades of Blush #B9515D

Tints of Blush #B9515D

Color information

#B9515D (or 0xB9515D) is unknown color: approx Blush. HEX triplet: B9, 51 and 5D. RGB value is (185,81,93). Sum of RGB (Red+Green+Blue) = 185+81+93=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9515D is #46AEA2. Grayscale: #717171. Windows color (decimal): -4632227 or 6115769. OLE color: 6115769.

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

Color convert

RGB1858193-
CMYK00.560.500.27
HSL353.08º42.62%52.16%-
HSV(B)353.08º56.22%72.55%-
XYZ24.9316.9912.32-
YUV113.46116.46179.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=51.53%
G=22.56%
B=25.91%

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
Decimal185819300.560.500.27353.0842.6252.16
HexB9515D038321B1612b34
Octal27112113507062335415364
Binary1011100110100011011101011100011001011011101100001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9515D; }

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

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

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

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

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

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

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

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