#B14D64

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

Shades of Blush #B14D64

Tints of Blush #B14D64

Color information

#B14D64 (or 0xB14D64) is unknown color: approx Blush. HEX triplet: B1, 4D and 64. RGB value is (177,77,100). Sum of RGB (Red+Green+Blue) = 177+77+100=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D64 is #4EB29B. Grayscale: #6D6D6D. Windows color (decimal): -5157532 or 6573489. OLE color: 6573489.

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

Color convert

RGB17777100-
CMYK00.560.440.31
HSL346.2º39.37%49.8%-
HSV(B)346.2º56.5%69.41%-
XYZ23.0915.5713.85-
YUV109.52122.63176.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 100 (39.45% from 255) = 28.25%
R=50%
G=21.75%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777710000.560.440.31346.239.3749.8
HexB14D640382C1F15a2732
Octal26111514407054375324762
Binary1011000110011011100100011100010110011111101011010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D64; }

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

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

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

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

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

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

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

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