#B3434F

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

Shades of Hippie Pink #B3434F

Tints of Hippie Pink #B3434F

Color information

#B3434F (or 0xB3434F) is unknown color: approx Hippie Pink. HEX triplet: B3, 43 and 4F. RGB value is (179,67,79). Sum of RGB (Red+Green+Blue) = 179+67+79=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B3434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3434F is #4CBCB0. Grayscale: #656565. Windows color (decimal): -5029041 or 5194675. OLE color: 5194675.

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

Color convert

RGB1796779-
CMYK00.630.560.30
HSL353.57º45.53%48.24%-
HSV(B)353.57º62.57%70.2%-
XYZ22.0114.168.97-
YUV101.86115.11183.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.08%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=55.08%
G=20.62%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179677900.630.560.30353.5745.5348.24
HexB3434F03F381E1622e30
Octal26310311707770365425660
Binary1011001110000111001111011111111100011110101100010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3434F; }

 p { color: rgb(179,67,79); }

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

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

 a { background-color: rgb(179,67,79); }

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

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

 span { border-color: rgb(179,67,79); }

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