#B15F76

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

Shades of Blush #B15F76

Tints of Blush #B15F76

Color information

#B15F76 (or 0xB15F76) is unknown color: approx Blush. HEX triplet: B1, 5F and 76. RGB value is (177,95,118). Sum of RGB (Red+Green+Blue) = 177+95+118=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F76 is #4EA089. Grayscale: #7A7A7A. Windows color (decimal): -5152906 or 7757745. OLE color: 7757745.

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

Color convert

RGB17795118-
CMYK00.460.330.31
HSL343.17º34.45%53.33%-
HSV(B)343.17º46.33%69.41%-
XYZ25.4918.8419.43-
YUV122.14125.67167.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.38%
GREEN value IS 95 (37.5% from 255) = 24.36%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=45.38%
G=24.36%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779511800.460.330.31343.1734.4553.33
HexB15F7602E211F1572235
Octal26113716605641375274265
Binary1011000110111111110110010111010000111111101010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F76; }

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

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

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

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

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

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

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

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