#B84353

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

Shades of Hippie Pink #B84353

Tints of Hippie Pink #B84353

Color information

#B84353 (or 0xB84353) is unknown color: approx Hippie Pink. HEX triplet: B8, 43 and 53. RGB value is (184,67,83). Sum of RGB (Red+Green+Blue) = 184+67+83=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B84353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84353 is #47BCAC. Grayscale: #676767. Windows color (decimal): -4701357 or 5456824. OLE color: 5456824.

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

Color convert

RGB1846783-
CMYK00.640.550.28
HSL351.79º46.61%49.22%-
HSV(B)351.79º63.59%72.16%-
XYZ23.3414.839.82-
YUV103.81116.26185.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.09%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=55.09%
G=20.06%
B=24.85%

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
Decimal184678300.640.550.28351.7946.6149.22
HexB84353040371C1602f31
Octal270103123010067345405761
Binary10111000100001110100110100000011011111100101100000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84353; }

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

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

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

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

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

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

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

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