#B15C6C

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

Shades of Blush #B15C6C

Tints of Blush #B15C6C

Color information

#B15C6C (or 0xB15C6C) is unknown color: approx Blush. HEX triplet: B1, 5C and 6C. RGB value is (177,92,108). Sum of RGB (Red+Green+Blue) = 177+92+108=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C6C is #4EA393. Grayscale: #777777. Windows color (decimal): -5153684 or 7101617. OLE color: 7101617.

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

Color convert

RGB17792108-
CMYK00.480.390.31
HSL348.71º35.27%52.75%-
HSV(B)348.71º48.02%69.41%-
XYZ24.6718.0816.38-
YUV119.24121.66169.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=46.95%
G=24.40%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779210800.480.390.31348.7135.2752.75
HexB15C6C030271F15d2335
Octal26113415406047375354365
Binary1011000110111001101100011000010011111111101011101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C6C; }

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

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

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

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

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

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

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

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