#B2475E

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

Shades of Hippie Pink #B2475E

Tints of Hippie Pink #B2475E

Color information

#B2475E (or 0xB2475E) is unknown color: approx Hippie Pink. HEX triplet: B2, 47 and 5E. RGB value is (178,71,94). Sum of RGB (Red+Green+Blue) = 178+71+94=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2475E is #4DB8A1. Grayscale: #696969. Windows color (decimal): -5093538 or 6178738. OLE color: 6178738.

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

Color convert

RGB1787194-
CMYK00.600.470.30
HSL347.1º42.97%48.82%-
HSV(B)347.1º60.11%69.8%-
XYZ22.6314.7812.25-
YUV105.62121.45179.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 71 (28.12% from 255) = 20.70%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=51.90%
G=20.70%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178719400.600.470.30347.142.9748.82
HexB2475E03C2F1E15b2b31
Octal26210713607457365335361
Binary1011001010001111011110011110010111111110101011011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2475E; }

 p { color: rgb(178,71,94); }

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

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

 a { background-color: rgb(178,71,94); }

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

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

 span { border-color: rgb(178,71,94); }

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