#B15A64

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

Shades of Blush #B15A64

Tints of Blush #B15A64

Color information

#B15A64 (or 0xB15A64) is unknown color: approx Blush. HEX triplet: B1, 5A and 64. RGB value is (177,90,100). Sum of RGB (Red+Green+Blue) = 177+90+100=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A64 is #4EA59B. Grayscale: #757575. Windows color (decimal): -5154204 or 6576817. OLE color: 6576817.

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

Color convert

RGB17790100-
CMYK00.490.440.31
HSL353.1º35.8%52.35%-
HSV(B)353.1º49.15%69.41%-
XYZ24.0917.5814.18-
YUV117.15118.32170.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=48.23%
G=24.52%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779010000.490.440.31353.135.852.35
HexB15A640312C1F1612434
Octal26113214406154375414464
Binary1011000110110101100100011000110110011111101100001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A64; }

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

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

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

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

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

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

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

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