#B15A60

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

Shades of Blush #B15A60

Tints of Blush #B15A60

Color information

#B15A60 (or 0xB15A60) is unknown color: approx Blush. HEX triplet: B1, 5A and 60. RGB value is (177,90,96). Sum of RGB (Red+Green+Blue) = 177+90+96=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A60 is #4EA59F. Grayscale: #747474. Windows color (decimal): -5154208 or 6314673. OLE color: 6314673.

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

Color convert

RGB1779096-
CMYK00.490.460.31
HSL355.86º35.8%52.35%-
HSV(B)355.86º49.15%69.41%-
XYZ23.917.513.19-
YUV116.7116.32171.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=48.76%
G=24.79%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177909600.490.460.31355.8635.852.35
HexB15A600312E1F1642434
Octal26113214006156375444464
Binary1011000110110101100000011000110111011111101100100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A60; }

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

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

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

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

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

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

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

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