#B84251

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

Shades of Hippie Pink #B84251

Tints of Hippie Pink #B84251

Color information

#B84251 (or 0xB84251) is unknown color: approx Hippie Pink. HEX triplet: B8, 42 and 51. RGB value is (184,66,81). Sum of RGB (Red+Green+Blue) = 184+66+81=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B84251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84251 is #47BDAE. Grayscale: #676767. Windows color (decimal): -4701615 or 5325496. OLE color: 5325496.

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

Color convert

RGB1846681-
CMYK00.640.560.28
HSL352.37º47.2%49.02%-
HSV(B)352.37º64.13%72.16%-
XYZ23.214.689.4-
YUV102.99115.59185.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=55.59%
G=19.94%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184668100.640.560.28352.3747.249.02
HexB84251040381C1602f31
Octal270102121010070345405761
Binary10111000100001010100010100000011100011100101100000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84251; }

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

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

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

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

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

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

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

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