#B15A5F

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

Shades of Blush #B15A5F

Tints of Blush #B15A5F

Color information

#B15A5F (or 0xB15A5F) is unknown color: approx Blush. HEX triplet: B1, 5A and 5F. RGB value is (177,90,95). Sum of RGB (Red+Green+Blue) = 177+90+95=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A5F is #4EA5A0. Grayscale: #747474. Windows color (decimal): -5154209 or 6249137. OLE color: 6249137.

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

Color convert

RGB1779095-
CMYK00.490.460.31
HSL356.55º35.8%52.35%-
HSV(B)356.55º49.15%69.41%-
XYZ23.8517.4912.94-
YUV116.58115.82171.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 90 (35.55% from 255) = 24.86%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=48.90%
G=24.86%
B=26.24%

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
Decimal177909500.490.460.31356.5535.852.35
HexB15A5F0312E1F1652434
Octal26113213706156375454464
Binary1011000110110101011111011000110111011111101100101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A5F; }

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

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

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

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

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

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

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

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