#B15E68

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

Shades of Blush #B15E68

Tints of Blush #B15E68

Color information

#B15E68 (or 0xB15E68) is unknown color: approx Blush. HEX triplet: B1, 5E and 68. RGB value is (177,94,104). Sum of RGB (Red+Green+Blue) = 177+94+104=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15E68 is #4EA197. Grayscale: #787878. Windows color (decimal): -5153176 or 6839985. OLE color: 6839985.

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

Color convert

RGB17794104-
CMYK00.470.410.31
HSL352.77º34.73%53.14%-
HSV(B)352.77º46.89%69.41%-
XYZ24.6318.3515.34-
YUV119.96119168.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=47.2%
G=25.07%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779410400.470.410.31352.7734.7353.14
HexB15E6802F291F1612335
Octal26113615005751375414365
Binary1011000110111101101000010111110100111111101100001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E68; }

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

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

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

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

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

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

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

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