#B15E6C

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

Shades of Blush #B15E6C

Tints of Blush #B15E6C

Color information

#B15E6C (or 0xB15E6C) is unknown color: approx Blush. HEX triplet: B1, 5E and 6C. RGB value is (177,94,108). Sum of RGB (Red+Green+Blue) = 177+94+108=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15E6C is #4EA193. Grayscale: #787878. Windows color (decimal): -5153172 or 7102129. OLE color: 7102129.

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

Color convert

RGB17794108-
CMYK00.470.390.31
HSL349.88º34.73%53.14%-
HSV(B)349.88º46.89%69.41%-
XYZ24.8418.4416.44-
YUV120.41121168.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=46.70%
G=24.80%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779410800.470.390.31349.8834.7353.14
HexB15E6C02F271F15e2335
Octal26113615405747375364365
Binary1011000110111101101100010111110011111111101011110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E6C; }

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

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

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

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

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

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

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

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