#b7474c

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

Shades of Hippie Pink #B7474C

Tints of Hippie Pink #B7474C

Color information

#B7474C (or 0xB7474C) is unknown color: approx Hippie Pink. HEX triplet: B7, 47 and 4C. RGB value is (183,71,76). Sum of RGB (Red+Green+Blue) = 183+71+76=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7474C is #48B8B3. Grayscale: #696969. Windows color (decimal): -4765876 or 4999095. OLE color: 4999095.

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

Color convert

RGB1837176-
CMYK00.610.580.28
HSL357.32º44.09%49.8%-
HSV(B)357.32º61.2%71.76%-
XYZ23.0915.18.53-
YUV105.06111.61183.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.45%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=55.45%
G=21.52%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183717600.610.580.28357.3244.0949.8
HexB7474C03D3A1C1652c32
Octal26710711407572345455462
Binary1011011110001111001100011110111101011100101100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7474c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7474c; }

 p { color: rgb(183,71,76); }

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

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

 a { background-color: rgb(183,71,76); }

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

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

 span { border-color: rgb(183,71,76); }

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