#B9484D

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

Shades of Hippie Pink #B9484D

Tints of Hippie Pink #B9484D

Color information

#B9484D (or 0xB9484D) is unknown color: approx Hippie Pink. HEX triplet: B9, 48 and 4D. RGB value is (185,72,77). Sum of RGB (Red+Green+Blue) = 185+72+77=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B9484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9484D is #46B7B2. Grayscale: #6A6A6A. Windows color (decimal): -4634547 or 5064889. OLE color: 5064889.

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

Color convert

RGB1857277-
CMYK00.610.580.27
HSL357.35º44.66%50.39%-
HSV(B)357.35º61.08%72.55%-
XYZ23.6615.488.76-
YUV106.36111.44184.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.39%
GREEN value IS 72 (28.52% from 255) = 21.56%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=55.39%
G=21.56%
B=23.05%

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
Decimal185727700.610.580.27357.3544.6650.39
HexB9484D03D3A1B1652d32
Octal27111011507572335455562
Binary1011100110010001001101011110111101011011101100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9484D; }

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

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

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

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

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

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

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

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