#B84252

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

Shades of Hippie Pink #B84252

Tints of Hippie Pink #B84252

Color information

#B84252 (or 0xB84252) is unknown color: approx Hippie Pink. HEX triplet: B8, 42 and 52. RGB value is (184,66,82). Sum of RGB (Red+Green+Blue) = 184+66+82=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B84252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84252 is #47BDAD. Grayscale: #676767. Windows color (decimal): -4701614 or 5391032. OLE color: 5391032.

HSL color Cylindrical-coordinate representation of color #B84252: hue angle of 351.86º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84252 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB1846682-
CMYK00.640.550.28
HSL351.86º47.2%49.02%-
HSV(B)351.86º64.13%72.16%-
XYZ23.2414.79.59-
YUV103.11116.09185.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.42%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=55.42%
G=19.88%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184668200.640.550.28351.8647.249.02
HexB84252040371C1602f31
Octal270102122010067345405761
Binary10111000100001010100100100000011011111100101100000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84252; }

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

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

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

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

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

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

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

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