#B15F68

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

Shades of Blush #B15F68

Tints of Blush #B15F68

Color information

#B15F68 (or 0xB15F68) is unknown color: approx Blush. HEX triplet: B1, 5F and 68. RGB value is (177,95,104). Sum of RGB (Red+Green+Blue) = 177+95+104=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F68 is #4EA097. Grayscale: #787878. Windows color (decimal): -5152920 or 6840241. OLE color: 6840241.

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

Color convert

RGB17795104-
CMYK00.460.410.31
HSL353.41º34.45%53.33%-
HSV(B)353.41º46.33%69.41%-
XYZ24.7218.5315.37-
YUV120.54118.67168.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=47.07%
G=25.27%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779510400.460.410.31353.4134.4553.33
HexB15F6802E291F1612235
Octal26113715005651375414265
Binary1011000110111111101000010111010100111111101100001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F68; }

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

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

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

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

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

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

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

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