#B14562

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

Shades of Hippie Pink #B14562

Tints of Hippie Pink #B14562

Color information

#B14562 (or 0xB14562) is unknown color: approx Hippie Pink. HEX triplet: B1, 45 and 62. RGB value is (177,69,98). Sum of RGB (Red+Green+Blue) = 177+69+98=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B14562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14562 is #4EBA9D. Grayscale: #686868. Windows color (decimal): -5159582 or 6440369. OLE color: 6440369.

HSL color Cylindrical-coordinate representation of color #B14562: hue angle of 343.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14562 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1776998-
CMYK00.610.450.31
HSL343.89º43.9%48.24%-
HSV(B)343.89º61.02%69.41%-
XYZ22.4614.4913.17-
YUV104.6124.28179.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 98 (38.67% from 255) = 28.49%
R=51.45%
G=20.06%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177699800.610.450.31343.8943.948.24
HexB1456203D2D1F1582c30
Octal26110514207555375305460
Binary1011000110001011100010011110110110111111101011000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14562; }

 p { color: rgb(177,69,98); }

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

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

 a { background-color: rgb(177,69,98); }

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

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

 span { border-color: rgb(177,69,98); }

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