#B34156

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

Shades of Hippie Pink #B34156

Tints of Hippie Pink #B34156

Color information

#B34156 (or 0xB34156) is unknown color: approx Hippie Pink. HEX triplet: B3, 41 and 56. RGB value is (179,65,86). Sum of RGB (Red+Green+Blue) = 179+65+86=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B34156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34156 is #4CBEA9. Grayscale: #656565. Windows color (decimal): -5029546 or 5652915. OLE color: 5652915.

HSL color Cylindrical-coordinate representation of color #B34156: hue angle of 348.95º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34156 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB1796586-
CMYK00.640.520.30
HSL348.95º46.72%47.84%-
HSV(B)348.95º63.69%70.2%-
XYZ22.1614.0410.35-
YUV101.48119.27183.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.24%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=54.24%
G=19.70%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179658600.640.520.30348.9546.7247.84
HexB34156040341E15d2f30
Octal263101126010064365355760
Binary10110011100000110101100100000011010011110101011101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34156; }

 p { color: rgb(179,65,86); }

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

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

 a { background-color: rgb(179,65,86); }

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

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

 span { border-color: rgb(179,65,86); }

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