#B7494D

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

Shades of Hippie Pink #B7494D

Tints of Hippie Pink #B7494D

Color information

#B7494D (or 0xB7494D) is unknown color: approx Hippie Pink. HEX triplet: B7, 49 and 4D. RGB value is (183,73,77). Sum of RGB (Red+Green+Blue) = 183+73+77=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B7494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7494D is #48B6B2. Grayscale: #6A6A6A. Windows color (decimal): -4765363 or 5065143. OLE color: 5065143.

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

Color convert

RGB1837377-
CMYK00.600.580.28
HSL357.82º43.31%50.2%-
HSV(B)357.82º60.11%71.76%-
XYZ23.2515.378.76-
YUV106.35111.44182.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 77 (30.47% from 255) = 23.12%
R=54.95%
G=21.92%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183737700.600.580.28357.8243.3150.2
HexB7494D03C3A1C1662b32
Octal26711111507472345465362
Binary1011011110010011001101011110011101011100101100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7494D; }

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

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

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

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

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

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

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

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