#B9484E

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

Shades of Hippie Pink #B9484E

Tints of Hippie Pink #B9484E

Color information

#B9484E (or 0xB9484E) is unknown color: approx Hippie Pink. HEX triplet: B9, 48 and 4E. RGB value is (185,72,78). Sum of RGB (Red+Green+Blue) = 185+72+78=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B9484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9484E is #46B7B1. Grayscale: #6A6A6A. Windows color (decimal): -4634546 or 5130425. OLE color: 5130425.

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

Color convert

RGB1857278-
CMYK00.610.580.27
HSL356.81º44.66%50.39%-
HSV(B)356.81º61.08%72.55%-
XYZ23.715.58.95-
YUV106.47111.94184.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.22%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=55.22%
G=21.49%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185727800.610.580.27356.8144.6650.39
HexB9484E03D3A1B1652d32
Octal27111011607572335455562
Binary1011100110010001001110011110111101011011101100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9484E; }

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

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

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

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

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

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

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

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