#B3474A

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

Shades of Hippie Pink #B3474A

Tints of Hippie Pink #B3474A

Color information

#B3474A (or 0xB3474A) is unknown color: approx Hippie Pink. HEX triplet: B3, 47 and 4A. RGB value is (179,71,74). Sum of RGB (Red+Green+Blue) = 179+71+74=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3474A is #4CB8B5. Grayscale: #676767. Windows color (decimal): -5028022 or 4868019. OLE color: 4868019.

HSL color Cylindrical-coordinate representation of color #B3474A: hue angle of 358.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3474A is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1797174-
CMYK00.600.590.30
HSL358.33º43.2%49.02%-
HSV(B)358.33º60.34%70.2%-
XYZ22.0814.588.13-
YUV103.63111.28181.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.25%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=55.25%
G=21.91%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179717400.600.590.30358.3343.249.02
HexB3474A03C3B1E1662b31
Octal26310711207473365465361
Binary1011001110001111001010011110011101111110101100110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3474A; }

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

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

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

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

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

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

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

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