#B8494A

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

Shades of Hippie Pink #B8494A

Tints of Hippie Pink #B8494A

Color information

#B8494A (or 0xB8494A) is unknown color: approx Hippie Pink. HEX triplet: B8, 49 and 4A. RGB value is (184,73,74). Sum of RGB (Red+Green+Blue) = 184+73+74=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8494A is #47B6B5. Grayscale: #6A6A6A. Windows color (decimal): -4699830 or 4868536. OLE color: 4868536.

HSL color Cylindrical-coordinate representation of color #B8494A: hue angle of 359.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8494A is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1847374-
CMYK00.600.600.28
HSL359.46º43.87%50.39%-
HSV(B)359.46º60.33%72.16%-
XYZ23.3915.458.23-
YUV106.3109.77183.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=55.59%
G=22.05%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184737400.600.600.28359.4643.8750.39
HexB8494A03C3C1C1672c32
Octal27011111207474345475462
Binary1011100010010011001010011110011110011100101100111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8494A; }

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

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

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

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

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

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

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

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