#B3444A

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

Shades of Hippie Pink #B3444A

Tints of Hippie Pink #B3444A

Color information

#B3444A (or 0xB3444A) is unknown color: approx Hippie Pink. HEX triplet: B3, 44 and 4A. RGB value is (179,68,74). Sum of RGB (Red+Green+Blue) = 179+68+74=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3444A is #4CBBB5. Grayscale: #656565. Windows color (decimal): -5028790 or 4867251. OLE color: 4867251.

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

Color convert

RGB1796874-
CMYK00.620.590.30
HSL356.76º44.94%48.43%-
HSV(B)356.76º62.01%70.2%-
XYZ21.8914.218.07-
YUV101.87112.27183.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.76%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=55.76%
G=21.18%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179687400.620.590.30356.7644.9448.43
HexB3444A03E3B1E1652d30
Octal26310411207673365455560
Binary1011001110001001001010011111011101111110101100101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3444A; }

 p { color: rgb(179,68,74); }

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

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

 a { background-color: rgb(179,68,74); }

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

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

 span { border-color: rgb(179,68,74); }

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