#B9484C

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

Shades of Hippie Pink #B9484C

Tints of Hippie Pink #B9484C

Color information

#B9484C (or 0xB9484C) is unknown color: approx Hippie Pink. HEX triplet: B9, 48 and 4C. RGB value is (185,72,76). Sum of RGB (Red+Green+Blue) = 185+72+76=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9484C is #46B7B3. Grayscale: #6A6A6A. Windows color (decimal): -4634548 or 4999353. OLE color: 4999353.

HSL color Cylindrical-coordinate representation of color #B9484C: hue angle of 357.88º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9484C is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1857276-
CMYK00.610.590.27
HSL357.88º44.66%50.39%-
HSV(B)357.88º61.08%72.55%-
XYZ23.6315.478.58-
YUV106.24110.94184.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.56%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=55.56%
G=21.62%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185727600.610.590.27357.8844.6650.39
HexB9484C03D3B1B1662d32
Octal27111011407573335465562
Binary1011100110010001001100011110111101111011101100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9484C; }

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

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

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

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

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

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

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

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