#B34558

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

Shades of Hippie Pink #B34558

Tints of Hippie Pink #B34558

Color information

#B34558 (or 0xB34558) is unknown color: approx Hippie Pink. HEX triplet: B3, 45 and 58. RGB value is (179,69,88). Sum of RGB (Red+Green+Blue) = 179+69+88=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B34558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34558 is #4CBAA7. Grayscale: #686868. Windows color (decimal): -5028520 or 5785011. OLE color: 5785011.

HSL color Cylindrical-coordinate representation of color #B34558: hue angle of 349.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34558 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB1796988-
CMYK00.610.510.30
HSL349.64º44.35%48.63%-
HSV(B)349.64º61.45%70.2%-
XYZ22.4814.5410.86-
YUV104.06118.94181.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.27%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 88 (34.77% from 255) = 26.19%
R=53.27%
G=20.54%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179698800.610.510.30349.6444.3548.63
HexB3455803D331E15e2c31
Octal26310513007563365365461
Binary1011001110001011011000011110111001111110101011110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34558; }

 p { color: rgb(179,69,88); }

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

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

 a { background-color: rgb(179,69,88); }

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

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

 span { border-color: rgb(179,69,88); }

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