Html Css Color HEX #B84055 Hippie Pink

📋 copy color: '#B84055'

red 184 ◦ green 64 ◦ blue 85

#B84055
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #B84055

Tints of Hippie Pink #B84055

RGB

 RED value IS 184 (72.27% from 255) = 55.26%

 GREEN value IS 64 (25.39% from 255) = 19.22%

 BLUE value IS 85 (33.59% from 255) = 25.53%

R = 55.26%
G = 19.22%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B84055 (or 0xB84055) is known color: Hippie Pink. HEX triplet: B8, 40 and 55. RGB value is (184,64,85). Sum of RGB (Red+Green+Blue) = 184+64+85=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B84055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84055 is #47BFAA. Grayscale: #666666. Windows color (decimal): -4702123 or 5587128. OLE color: 5587128.

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

Color convert

RGB 184 64 85 -
CMYK 0 0.65 0.54 0.28
HSL 349.5º 0.48% 0.49% -
HSV(B) 349.5º 0.65% 0.72% -
XYZ 23.24 14.51 10.17 -
YUV 102.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 184 64 85 0 0.65 0.54 0.28 349.5 0.48 0.49
Hex B8 40 55 0 41 36 1C 15E 30 31
Octal 270 100 125 0 101 66 34 536 60 61
Binary 10111000 1000000 1010101 0 1000001 110110 11100 101011110 110000 110001

Color Harmonies of #B84055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84055

Black with #B84055

Text Example


Text Example

White with #B84055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84055; }

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

 H1.HeaderClassName
 {
   color: #B84055;
 }
 .AnyTagClassName
 {
   color: #B84055;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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