#B0494C

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

Shades of Hippie Pink #B0494C

Tints of Hippie Pink #B0494C

Color information

#B0494C (or 0xB0494C) is unknown color: approx Hippie Pink. HEX triplet: B0, 49 and 4C. RGB value is (176,73,76). Sum of RGB (Red+Green+Blue) = 176+73+76=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0494C is #4FB6B3. Grayscale: #686868. Windows color (decimal): -5224116 or 4999600. OLE color: 4999600.

HSL color Cylindrical-coordinate representation of color #B0494C: hue angle of 358.25º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0494C is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1767376-
CMYK00.590.570.31
HSL358.25º41.37%48.82%-
HSV(B)358.25º58.52%69.02%-
XYZ21.5914.528.5-
YUV104.14112.12179.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.15%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=54.15%
G=22.46%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176737600.590.570.31358.2541.3748.82
HexB0494C03B391F1662931
Octal26011111407371375465161
Binary1011000010010011001100011101111100111111101100110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0494C; }

 p { color: rgb(176,73,76); }

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

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

 a { background-color: rgb(176,73,76); }

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

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

 span { border-color: rgb(176,73,76); }

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