#B15D5E

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

Shades of Blush #B15D5E

Tints of Blush #B15D5E

Color information

#B15D5E (or 0xB15D5E) is unknown color: approx Blush. HEX triplet: B1, 5D and 5E. RGB value is (177,93,94). Sum of RGB (Red+Green+Blue) = 177+93+94=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D5E is #4EA2A1. Grayscale: #767676. Windows color (decimal): -5153442 or 6184369. OLE color: 6184369.

HSL color Cylindrical-coordinate representation of color #B15D5E: hue angle of 359.29º 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 #B15D5E is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1779394-
CMYK00.470.470.31
HSL359.29º35%52.94%-
HSV(B)359.29º47.46%69.41%-
XYZ24.0717.9812.79-
YUV118.23114.33169.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 93 (36.72% from 255) = 25.55%
BLUE value IS 94 (37.11% from 255) = 25.82%
R=48.63%
G=25.55%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177939400.470.470.31359.293552.94
HexB15D5E02F2F1F1672335
Octal26113513605757375474365
Binary1011000110111011011110010111110111111111101100111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15D5E; }

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

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

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

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

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

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

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

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