#B15760

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

Shades of Blush #B15760

Tints of Blush #B15760

Color information

#B15760 (or 0xB15760) is unknown color: approx Blush. HEX triplet: B1, 57 and 60. RGB value is (177,87,96). Sum of RGB (Red+Green+Blue) = 177+87+96=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B15760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15760 is #4EA89F. Grayscale: #727272. Windows color (decimal): -5154976 or 6313905. OLE color: 6313905.

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

Color convert

RGB1778796-
CMYK00.510.460.31
HSL354º36.59%51.76%-
HSV(B)354º50.85%69.41%-
XYZ23.6517.0113.1-
YUV114.94117.32172.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=49.17%
G=24.17%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177879600.510.460.3135436.5951.76
HexB157600332E1F1622534
Octal26112714006356375424564
Binary1011000110101111100000011001110111011111101100010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15760; }

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

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

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

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

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

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

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

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