#B7494E

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

Shades of Hippie Pink #B7494E

Tints of Hippie Pink #B7494E

Color information

#B7494E (or 0xB7494E) is unknown color: approx Hippie Pink. HEX triplet: B7, 49 and 4E. RGB value is (183,73,78). Sum of RGB (Red+Green+Blue) = 183+73+78=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B7494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7494E is #48B6B1. Grayscale: #6A6A6A. Windows color (decimal): -4765362 or 5130679. OLE color: 5130679.

HSL color Cylindrical-coordinate representation of color #B7494E: hue angle of 357.27º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7494E is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB1837378-
CMYK00.600.570.28
HSL357.27º43.31%50.2%-
HSV(B)357.27º60.11%71.76%-
XYZ23.2915.388.95-
YUV106.46111.94182.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.79%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=54.79%
G=21.86%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183737800.600.570.28357.2743.3150.2
HexB7494E03C391C1652b32
Octal26711111607471345455362
Binary1011011110010011001110011110011100111100101100101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7494E; }

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

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

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

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

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

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

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

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