#B9515B

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

Shades of Blush #B9515B

Tints of Blush #B9515B

Color information

#B9515B (or 0xB9515B) is unknown color: approx Blush. HEX triplet: B9, 51 and 5B. RGB value is (185,81,91). Sum of RGB (Red+Green+Blue) = 185+81+91=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9515B is #46AEA4. Grayscale: #717171. Windows color (decimal): -4632229 or 5984697. OLE color: 5984697.

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

Color convert

RGB1858191-
CMYK00.560.510.27
HSL354.23º42.62%52.16%-
HSV(B)354.23º56.22%72.55%-
XYZ24.8416.9511.86-
YUV113.24115.46179.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=51.82%
G=22.69%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185819100.560.510.27354.2342.6252.16
HexB9515B038331B1622b34
Octal27112113307063335425364
Binary1011100110100011011011011100011001111011101100010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9515B; }

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

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

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

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

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

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

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

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