#b14657

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

Shades of Hippie Pink #B14657

Tints of Hippie Pink #B14657

Color information

#B14657 (or 0xB14657) is unknown color: approx Hippie Pink. HEX triplet: B1, 46 and 57. RGB value is (177,70,87). Sum of RGB (Red+Green+Blue) = 177+70+87=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B14657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14657 is #4EB9A8. Grayscale: #676767. Windows color (decimal): -5159337 or 5719729. OLE color: 5719729.

HSL color Cylindrical-coordinate representation of color #B14657: hue angle of 350.47º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14657 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1777087-
CMYK00.600.510.31
HSL350.47º43.32%48.43%-
HSV(B)350.47º60.45%69.41%-
XYZ22.0414.4210.64-
YUV103.93118.45180.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 87 (34.38% from 255) = 26.05%
R=52.99%
G=20.96%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177708700.600.510.31350.4743.3248.43
HexB1465703C331F15e2b30
Octal26110612707463375365360
Binary1011000110001101010111011110011001111111101011110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b14657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b14657; }

 p { color: rgb(177,70,87); }

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

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

 a { background-color: rgb(177,70,87); }

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

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

 span { border-color: rgb(177,70,87); }

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