#B8485C

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

Shades of Hippie Pink #B8485C

Tints of Hippie Pink #B8485C

Color information

#B8485C (or 0xB8485C) is unknown color: approx Hippie Pink. HEX triplet: B8, 48 and 5C. RGB value is (184,72,92). Sum of RGB (Red+Green+Blue) = 184+72+92=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8485C is #47B7A3. Grayscale: #6B6B6B. Windows color (decimal): -4700068 or 6047928. OLE color: 6047928.

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

Color convert

RGB1847292-
CMYK00.610.500.28
HSL349.29º44.09%50.2%-
HSV(B)349.29º60.87%72.16%-
XYZ24.0215.611.87-
YUV107.77119.11182.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.87%
GREEN value IS 72 (28.52% from 255) = 20.69%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=52.87%
G=20.69%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184729200.610.500.28349.2944.0950.2
HexB8485C03D321C15d2c32
Octal27011013407562345355462
Binary1011100010010001011100011110111001011100101011101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8485C; }

 p { color: rgb(184,72,92); }

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

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

 a { background-color: rgb(184,72,92); }

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

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

 span { border-color: rgb(184,72,92); }

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