#B84053

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

Shades of Hippie Pink #B84053

Tints of Hippie Pink #B84053

Color information

#B84053 (or 0xB84053) is unknown color: approx Hippie Pink. HEX triplet: B8, 40 and 53. RGB value is (184,64,83). Sum of RGB (Red+Green+Blue) = 184+64+83=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B84053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84053 is #47BFAC. Grayscale: #666666. Windows color (decimal): -4702125 or 5456056. OLE color: 5456056.

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

Color convert

RGB1846483-
CMYK00.650.550.28
HSL350.5º48.39%48.63%-
HSV(B)350.5º65.22%72.16%-
XYZ23.1614.489.76-
YUV102.05117.26186.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=55.59%
G=19.34%
B=25.08%

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
Decimal184648300.650.550.28350.548.3948.63
HexB84053041371C15e3031
Octal270100123010167345366061
Binary10111000100000010100110100000111011111100101011110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84053; }

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

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

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

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

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

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

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

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