#b14d67

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

Shades of Blush #B14D67

Tints of Blush #B14D67

Color information

#B14D67 (or 0xB14D67) is unknown color: approx Blush. HEX triplet: B1, 4D and 67. RGB value is (177,77,103). Sum of RGB (Red+Green+Blue) = 177+77+103=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D67 is #4EB298. Grayscale: #6D6D6D. Windows color (decimal): -5157529 or 6770097. OLE color: 6770097.

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

Color convert

RGB17777103-
CMYK00.560.420.31
HSL344.4º39.37%49.8%-
HSV(B)344.4º56.5%69.41%-
XYZ23.2315.6314.63-
YUV109.86124.13175.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 103 (40.62% from 255) = 28.85%
R=49.58%
G=21.57%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777710300.560.420.31344.439.3749.8
HexB14D670382A1F1582732
Octal26111514707052375304762
Binary1011000110011011100111011100010101011111101011000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b14d67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b14d67; }

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

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

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

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

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

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

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

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