#B34650

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

Shades of Hippie Pink #B34650

Tints of Hippie Pink #B34650

Color information

#B34650 (or 0xB34650) is unknown color: approx Hippie Pink. HEX triplet: B3, 46 and 50. RGB value is (179,70,80). Sum of RGB (Red+Green+Blue) = 179+70+80=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B34650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34650 is #4CB9AF. Grayscale: #676767. Windows color (decimal): -5028272 or 5260979. OLE color: 5260979.

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

Color convert

RGB1797080-
CMYK00.610.550.30
HSL354.5º43.78%48.82%-
HSV(B)354.5º60.89%70.2%-
XYZ22.2314.549.22-
YUV103.73114.61181.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.41%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=54.41%
G=21.28%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179708000.610.550.30354.543.7848.82
HexB3465003D371E1622c31
Octal26310612007567365425461
Binary1011001110001101010000011110111011111110101100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34650; }

 p { color: rgb(179,70,80); }

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

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

 a { background-color: rgb(179,70,80); }

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

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

 span { border-color: rgb(179,70,80); }

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