#B14B59

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

Shades of Hippie Pink #B14B59

Tints of Hippie Pink #B14B59

Color information

#B14B59 (or 0xB14B59) is unknown color: approx Hippie Pink. HEX triplet: B1, 4B and 59. RGB value is (177,75,89). Sum of RGB (Red+Green+Blue) = 177+75+89=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B59 is #4EB4A6. Grayscale: #6B6B6B. Windows color (decimal): -5158055 or 5852081. OLE color: 5852081.

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

Color convert

RGB1777589-
CMYK00.580.500.31
HSL351.76º40.48%49.41%-
HSV(B)351.76º57.63%69.41%-
XYZ22.4515.111.18-
YUV107.09117.79177.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=51.91%
G=21.99%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177758900.580.500.31351.7640.4849.41
HexB14B5903A321F1602831
Octal26111313107262375405061
Binary1011000110010111011001011101011001011111101100000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B59; }

 p { color: rgb(177,75,89); }

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

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

 a { background-color: rgb(177,75,89); }

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

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

 span { border-color: rgb(177,75,89); }

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