#B84552

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

Shades of Hippie Pink #B84552

Tints of Hippie Pink #B84552

Color information

#B84552 (or 0xB84552) is unknown color: approx Hippie Pink. HEX triplet: B8, 45 and 52. RGB value is (184,69,82). Sum of RGB (Red+Green+Blue) = 184+69+82=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B84552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84552 is #47BAAD. Grayscale: #686868. Windows color (decimal): -4700846 or 5391800. OLE color: 5391800.

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

Color convert

RGB1846982-
CMYK00.620.550.28
HSL353.22º45.45%49.61%-
HSV(B)353.22º62.5%72.16%-
XYZ23.4215.069.65-
YUV104.87115.1184.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.93%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=54.93%
G=20.60%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184698200.620.550.28353.2245.4549.61
HexB8455203E371C1612d32
Octal27010512207667345415562
Binary1011100010001011010010011111011011111100101100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84552; }

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

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

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

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

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

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

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

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