#B84548

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

Shades of Hippie Pink #B84548

Tints of Hippie Pink #B84548

Color information

#B84548 (or 0xB84548) is unknown color: approx Hippie Pink. HEX triplet: B8, 45 and 48. RGB value is (184,69,72). Sum of RGB (Red+Green+Blue) = 184+69+72=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B84548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84548 is #47BAB7. Grayscale: #676767. Windows color (decimal): -4700856 or 4736440. OLE color: 4736440.

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

Color convert

RGB1846972-
CMYK00.620.610.28
HSL358.43º45.45%49.61%-
HSV(B)358.43º62.5%72.16%-
XYZ23.0614.917.79-
YUV103.73110.1185.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.62%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=56.62%
G=21.23%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184697200.620.610.28358.4345.4549.61
HexB8454803E3D1C1662d32
Octal27010511007675345465562
Binary1011100010001011001000011111011110111100101100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84548; }

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

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

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

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

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

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

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

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