#B84B59

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

Shades of Hippie Pink #B84B59

Tints of Hippie Pink #B84B59

Color information

#B84B59 (or 0xB84B59) is unknown color: approx Hippie Pink. HEX triplet: B8, 4B and 59. RGB value is (184,75,89). Sum of RGB (Red+Green+Blue) = 184+75+89=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84B59 is #47B4A6. Grayscale: #6D6D6D. Windows color (decimal): -4699303 or 5852088. OLE color: 5852088.

HSL color Cylindrical-coordinate representation of color #B84B59: hue angle of 352.29º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84B59 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1847589-
CMYK00.590.520.28
HSL352.29º43.43%50.78%-
HSV(B)352.29º59.24%72.16%-
XYZ24.0915.9411.26-
YUV109.19116.61181.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.87%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=52.87%
G=21.55%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184758900.590.520.28352.2943.4350.78
HexB84B5903B341C1602b33
Octal27011313107364345405363
Binary1011100010010111011001011101111010011100101100000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84B59; }

 p { color: rgb(184,75,89); }

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

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

 a { background-color: rgb(184,75,89); }

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

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

 span { border-color: rgb(184,75,89); }

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