#B15C74

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

Shades of Blush #B15C74

Tints of Blush #B15C74

Color information

#B15C74 (or 0xB15C74) is unknown color: approx Blush. HEX triplet: B1, 5C and 74. RGB value is (177,92,116). Sum of RGB (Red+Green+Blue) = 177+92+116=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C74 is #4EA38B. Grayscale: #787878. Windows color (decimal): -5153676 or 7625905. OLE color: 7625905.

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

Color convert

RGB17792116-
CMYK00.480.340.31
HSL343.06º35.27%52.75%-
HSV(B)343.06º48.02%69.41%-
XYZ25.1118.2618.72-
YUV120.15125.66168.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=45.97%
G=23.90%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779211600.480.340.31343.0635.2752.75
HexB15C74030221F1572335
Octal26113416406042375274365
Binary1011000110111001110100011000010001011111101010111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C74; }

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

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

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

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

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

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

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

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