#B14658

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

Shades of Hippie Pink #B14658

Tints of Hippie Pink #B14658

Color information

#B14658 (or 0xB14658) is unknown color: approx Hippie Pink. HEX triplet: B1, 46 and 58. RGB value is (177,70,88). Sum of RGB (Red+Green+Blue) = 177+70+88=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B14658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14658 is #4EB9A7. Grayscale: #686868. Windows color (decimal): -5159336 or 5785265. OLE color: 5785265.

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

Color convert

RGB1777088-
CMYK00.600.500.31
HSL349.91º43.32%48.43%-
HSV(B)349.91º60.45%69.41%-
XYZ22.0814.4310.85-
YUV104.04118.95180.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=52.84%
G=20.90%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177708800.600.500.31349.9143.3248.43
HexB1465803C321F15e2b30
Octal26110613007462375365360
Binary1011000110001101011000011110011001011111101011110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14658; }

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

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

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

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

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

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

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

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