#B14C64

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

Shades of Blush #B14C64

Tints of Blush #B14C64

Color information

#B14C64 (or 0xB14C64) is unknown color: approx Blush. HEX triplet: B1, 4C and 64. RGB value is (177,76,100). Sum of RGB (Red+Green+Blue) = 177+76+100=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14C64 is #4EB39B. Grayscale: #6C6C6C. Windows color (decimal): -5157788 or 6573233. OLE color: 6573233.

HSL color Cylindrical-coordinate representation of color #B14C64: hue angle of 345.74º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14C64 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17776100-
CMYK00.570.440.31
HSL345.74º39.92%49.61%-
HSV(B)345.74º57.06%69.41%-
XYZ23.0215.4413.82-
YUV108.94122.96176.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=50.14%
G=21.53%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777610000.570.440.31345.7439.9249.61
HexB14C640392C1F15a2832
Octal26111414407154375325062
Binary1011000110011001100100011100110110011111101011010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C64; }

 p { color: rgb(177,76,100); }

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

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

 a { background-color: rgb(177,76,100); }

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

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

 span { border-color: rgb(177,76,100); }

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