#B3424E

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

Shades of Hippie Pink #B3424E

Tints of Hippie Pink #B3424E

Color information

#B3424E (or 0xB3424E) is unknown color: approx Hippie Pink. HEX triplet: B3, 42 and 4E. RGB value is (179,66,78). Sum of RGB (Red+Green+Blue) = 179+66+78=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3424E is #4CBDB1. Grayscale: #656565. Windows color (decimal): -5029298 or 5128883. OLE color: 5128883.

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

Color convert

RGB1796678-
CMYK00.630.560.30
HSL353.63º46.12%48.04%-
HSV(B)353.63º63.13%70.2%-
XYZ21.9114.038.76-
YUV101.16114.94183.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.42%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=55.42%
G=20.43%
B=24.15%

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
Decimal179667800.630.560.30353.6346.1248.04
HexB3424E03F381E1622e30
Octal26310211607770365425660
Binary1011001110000101001110011111111100011110101100010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3424E; }

 p { color: rgb(179,66,78); }

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

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

 a { background-color: rgb(179,66,78); }

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

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

 span { border-color: rgb(179,66,78); }

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