#B15F75

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

Shades of Blush #B15F75

Tints of Blush #B15F75

Color information

#B15F75 (or 0xB15F75) is unknown color: approx Blush. HEX triplet: B1, 5F and 75. RGB value is (177,95,117). Sum of RGB (Red+Green+Blue) = 177+95+117=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F75 is #4EA08A. Grayscale: #7A7A7A. Windows color (decimal): -5152907 or 7692209. OLE color: 7692209.

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

Color convert

RGB17795117-
CMYK00.460.340.31
HSL343.9º34.45%53.33%-
HSV(B)343.9º46.33%69.41%-
XYZ25.4318.8219.12-
YUV122.03125.17167.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=45.50%
G=24.42%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779511700.460.340.31343.934.4553.33
HexB15F7502E221F1582235
Octal26113716505642375304265
Binary1011000110111111110101010111010001011111101011000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F75; }

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

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

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

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

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

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

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

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