#B14866

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

Shades of Blush #B14866

Tints of Blush #B14866

Color information

#B14866 (or 0xB14866) is unknown color: approx Blush. HEX triplet: B1, 48 and 66. RGB value is (177,72,102). Sum of RGB (Red+Green+Blue) = 177+72+102=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B14866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14866 is #4EB799. Grayscale: #6A6A6A. Windows color (decimal): -5158810 or 6703281. OLE color: 6703281.

HSL color Cylindrical-coordinate representation of color #B14866: hue angle of 342.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14866 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17772102-
CMYK00.590.420.31
HSL342.86º42.17%48.82%-
HSV(B)342.86º59.32%69.41%-
XYZ22.8514.9414.25-
YUV106.81125.29178.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=50.43%
G=20.51%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777210200.590.420.31342.8642.1748.82
HexB1486603B2A1F1572a31
Octal26111014607352375275261
Binary1011000110010001100110011101110101011111101010111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14866; }

 p { color: rgb(177,72,102); }

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

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

 a { background-color: rgb(177,72,102); }

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

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

 span { border-color: rgb(177,72,102); }

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