#B8484A

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

Shades of Hippie Pink #B8484A

Tints of Hippie Pink #B8484A

Color information

#B8484A (or 0xB8484A) is unknown color: approx Hippie Pink. HEX triplet: B8, 48 and 4A. RGB value is (184,72,74). Sum of RGB (Red+Green+Blue) = 184+72+74=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8484A is #47B7B5. Grayscale: #696969. Windows color (decimal): -4700086 or 4868280. OLE color: 4868280.

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

Color convert

RGB1847274-
CMYK00.610.600.28
HSL358.93º44.09%50.2%-
HSV(B)358.93º60.87%72.16%-
XYZ23.3215.328.21-
YUV105.72110.11183.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.76%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=55.76%
G=21.82%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184727400.610.600.28358.9344.0950.2
HexB8484A03D3C1C1672c32
Octal27011011207574345475462
Binary1011100010010001001010011110111110011100101100111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8484A; }

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

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

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

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

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

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

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

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