#B84052

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

Shades of Hippie Pink #B84052

Tints of Hippie Pink #B84052

Color information

#B84052 (or 0xB84052) is unknown color: approx Hippie Pink. HEX triplet: B8, 40 and 52. RGB value is (184,64,82). Sum of RGB (Red+Green+Blue) = 184+64+82=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B84052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84052 is #47BFAD. Grayscale: #656565. Windows color (decimal): -4702126 or 5390520. OLE color: 5390520.

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

Color convert

RGB1846482-
CMYK00.650.550.28
HSL351º48.39%48.63%-
HSV(B)351º65.22%72.16%-
XYZ23.1214.479.56-
YUV101.93116.76186.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.76%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=55.76%
G=19.39%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184648200.650.550.2835148.3948.63
HexB84052041371C15f3031
Octal270100122010167345376061
Binary10111000100000010100100100000111011111100101011111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84052; }

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

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

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

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

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

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

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

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