#B14E6A

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

Shades of Blush #B14E6A

Tints of Blush #B14E6A

Color information

#B14E6A (or 0xB14E6A) is unknown color: approx Blush. HEX triplet: B1, 4E and 6A. RGB value is (177,78,106). Sum of RGB (Red+Green+Blue) = 177+78+106=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E6A is #4EB195. Grayscale: #6E6E6E. Windows color (decimal): -5157270 or 6966961. OLE color: 6966961.

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

Color convert

RGB17778106-
CMYK00.560.400.31
HSL343.03º38.82%50%-
HSV(B)343.03º55.93%69.41%-
XYZ23.4615.8415.46-
YUV110.79125.3175.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=49.03%
G=21.61%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777810600.560.400.31343.0338.8250
HexB14E6A038281F1572732
Octal26111615207050375274762
Binary1011000110011101101010011100010100011111101010111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E6A; }

 p { color: rgb(177,78,106); }

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

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

 a { background-color: rgb(177,78,106); }

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

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

 span { border-color: rgb(177,78,106); }

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