#B15860

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

Shades of Blush #B15860

Tints of Blush #B15860

Color information

#B15860 (or 0xB15860) is unknown color: approx Blush. HEX triplet: B1, 58 and 60. RGB value is (177,88,96). Sum of RGB (Red+Green+Blue) = 177+88+96=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B15860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15860 is #4EA79F. Grayscale: #737373. Windows color (decimal): -5154720 or 6314161. OLE color: 6314161.

HSL color Cylindrical-coordinate representation of color #B15860: hue angle of 354.61º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15860 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1778896-
CMYK00.500.460.31
HSL354.61º36.33%51.96%-
HSV(B)354.61º50.28%69.41%-
XYZ23.7317.1713.13-
YUV115.52116.99171.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=49.03%
G=24.38%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177889600.500.460.31354.6136.3351.96
HexB158600322E1F1632434
Octal26113014006256375434464
Binary1011000110110001100000011001010111011111101100011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15860; }

 p { color: rgb(177,88,96); }

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

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

 a { background-color: rgb(177,88,96); }

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

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

 span { border-color: rgb(177,88,96); }

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