#B15D60

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

Shades of Blush #B15D60

Tints of Blush #B15D60

Color information

#B15D60 (or 0xB15D60) is unknown color: approx Blush. HEX triplet: B1, 5D and 60. RGB value is (177,93,96). Sum of RGB (Red+Green+Blue) = 177+93+96=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D60 is #4EA29F. Grayscale: #767676. Windows color (decimal): -5153440 or 6315441. OLE color: 6315441.

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

Color convert

RGB1779396-
CMYK00.470.460.31
HSL357.86º35%52.94%-
HSV(B)357.86º47.46%69.41%-
XYZ24.1618.0213.27-
YUV118.46115.33169.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=48.36%
G=25.41%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177939600.470.460.31357.863552.94
HexB15D6002F2E1F1662335
Octal26113514005756375464365
Binary1011000110111011100000010111110111011111101100110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15D60; }

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

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

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

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

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

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

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

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