#B0494E

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

Shades of Hippie Pink #B0494E

Tints of Hippie Pink #B0494E

Color information

#B0494E (or 0xB0494E) is unknown color: approx Hippie Pink. HEX triplet: B0, 49 and 4E. RGB value is (176,73,78). Sum of RGB (Red+Green+Blue) = 176+73+78=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B0494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0494E is #4FB6B1. Grayscale: #686868. Windows color (decimal): -5224114 or 5130672. OLE color: 5130672.

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

Color convert

RGB1767378-
CMYK00.590.560.31
HSL357.09º41.37%48.82%-
HSV(B)357.09º58.52%69.02%-
XYZ21.6614.558.87-
YUV104.37113.12179.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.82%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=53.82%
G=22.32%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176737800.590.560.31357.0941.3748.82
HexB0494E03B381F1652931
Octal26011111607370375455161
Binary1011000010010011001110011101111100011111101100101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0494E; }

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

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

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

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

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

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

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

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