#B14F69

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

Shades of Blush #B14F69

Tints of Blush #B14F69

Color information

#B14F69 (or 0xB14F69) is unknown color: approx Blush. HEX triplet: B1, 4F and 69. RGB value is (177,79,105). Sum of RGB (Red+Green+Blue) = 177+79+105=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14F69 is #4EB096. Grayscale: #6F6F6F. Windows color (decimal): -5157015 or 6901681. OLE color: 6901681.

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

Color convert

RGB17779105-
CMYK00.550.410.31
HSL344.08º38.58%50.2%-
HSV(B)344.08º55.37%69.41%-
XYZ23.4815.9615.21-
YUV111.27124.47174.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=49.03%
G=21.88%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777910500.550.410.31344.0838.5850.2
HexB14F69037291F1582732
Octal26111715106751375304762
Binary1011000110011111101001011011110100111111101011000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14F69; }

 p { color: rgb(177,79,105); }

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

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

 a { background-color: rgb(177,79,105); }

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

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

 span { border-color: rgb(177,79,105); }

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