#B7484C

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

Shades of Hippie Pink #B7484C

Tints of Hippie Pink #B7484C

Color information

#B7484C (or 0xB7484C) is unknown color: approx Hippie Pink. HEX triplet: B7, 48 and 4C. RGB value is (183,72,76). Sum of RGB (Red+Green+Blue) = 183+72+76=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7484C is #48B7B3. Grayscale: #696969. Windows color (decimal): -4765620 or 4999351. OLE color: 4999351.

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

Color convert

RGB1837276-
CMYK00.610.580.28
HSL357.84º43.53%50%-
HSV(B)357.84º60.66%71.76%-
XYZ23.1515.228.56-
YUV105.64111.27183.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.29%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=55.29%
G=21.75%
B=22.96%

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
Decimal183727600.610.580.28357.8443.5350
HexB7484C03D3A1C1662c32
Octal26711011407572345465462
Binary1011011110010001001100011110111101011100101100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7484C; }

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

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

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

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

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

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

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

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