#B15C6E

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

Shades of Blush #B15C6E

Tints of Blush #B15C6E

Color information

#B15C6E (or 0xB15C6E) is unknown color: approx Blush. HEX triplet: B1, 5C and 6E. RGB value is (177,92,110). Sum of RGB (Red+Green+Blue) = 177+92+110=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C6E is #4EA391. Grayscale: #777777. Windows color (decimal): -5153682 or 7232689. OLE color: 7232689.

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

Color convert

RGB17792110-
CMYK00.480.380.31
HSL347.29º35.27%52.75%-
HSV(B)347.29º48.02%69.41%-
XYZ24.7718.1316.95-
YUV119.47122.66169.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=46.70%
G=24.27%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779211000.480.380.31347.2935.2752.75
HexB15C6E030261F15b2335
Octal26113415606046375334365
Binary1011000110111001101110011000010011011111101011011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C6E; }

 p { color: rgb(177,92,110); }

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

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

 a { background-color: rgb(177,92,110); }

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

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

 span { border-color: rgb(177,92,110); }

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