#B84357

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

Shades of Hippie Pink #B84357

Tints of Hippie Pink #B84357

Color information

#B84357 (or 0xB84357) is unknown color: approx Hippie Pink. HEX triplet: B8, 43 and 57. RGB value is (184,67,87). Sum of RGB (Red+Green+Blue) = 184+67+87=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B84357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84357 is #47BCA8. Grayscale: #686868. Windows color (decimal): -4701353 or 5718968. OLE color: 5718968.

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

Color convert

RGB1846787-
CMYK00.640.530.28
HSL349.74º46.61%49.22%-
HSV(B)349.74º63.59%72.16%-
XYZ23.4914.8910.65-
YUV104.26118.26184.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.44%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 87 (34.38% from 255) = 25.74%
R=54.44%
G=19.82%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184678700.640.530.28349.7446.6149.22
HexB84357040351C15e2f31
Octal270103127010065345365761
Binary10111000100001110101110100000011010111100101011110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84357; }

 p { color: rgb(184,67,87); }

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

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

 a { background-color: rgb(184,67,87); }

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

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

 span { border-color: rgb(184,67,87); }

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