#B4464B

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

Shades of Hippie Pink #B4464B

Tints of Hippie Pink #B4464B

Color information

#B4464B (or 0xB4464B) is unknown color: approx Hippie Pink. HEX triplet: B4, 46 and 4B. RGB value is (180,70,75). Sum of RGB (Red+Green+Blue) = 180+70+75=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4464B is #4BB9B4. Grayscale: #676767. Windows color (decimal): -4962741 or 4933300. OLE color: 4933300.

HSL color Cylindrical-coordinate representation of color #B4464B: hue angle of 357.27º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4464B is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1807075-
CMYK00.610.580.29
HSL357.27º44%49.02%-
HSV(B)357.27º61.11%70.59%-
XYZ22.2814.598.3-
YUV103.46111.94182.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=55.38%
G=21.54%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180707500.610.580.29357.274449.02
HexB4464B03D3A1D1652c31
Octal26410611307572355455461
Binary1011010010001101001011011110111101011101101100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4464B; }

 p { color: rgb(180,70,75); }

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

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

 a { background-color: rgb(180,70,75); }

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

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

 span { border-color: rgb(180,70,75); }

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