#B14561

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

Shades of Hippie Pink #B14561

Tints of Hippie Pink #B14561

Color information

#B14561 (or 0xB14561) is unknown color: approx Hippie Pink. HEX triplet: B1, 45 and 61. RGB value is (177,69,97). Sum of RGB (Red+Green+Blue) = 177+69+97=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B14561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14561 is #4EBA9E. Grayscale: #686868. Windows color (decimal): -5159583 or 6374833. OLE color: 6374833.

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

Color convert

RGB1776997-
CMYK00.610.450.31
HSL344.44º43.9%48.24%-
HSV(B)344.44º61.02%69.41%-
XYZ22.4214.4712.92-
YUV104.48123.78179.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=51.60%
G=20.12%
B=28.28%

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
Decimal177699700.610.450.31344.4443.948.24
HexB1456103D2D1F1582c30
Octal26110514107555375305460
Binary1011000110001011100001011110110110111111101011000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14561; }

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

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

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

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

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

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

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

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