Html Css Color HEX #B84160 Hippie Pink

📋 copy color: '#B84160'

red 184 ◦ green 65 ◦ blue 96

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

Shades of Hippie Pink #B84160

Tints of Hippie Pink #B84160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.84%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 53.33%
G = 18.84%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B84160 (or 0xB84160) is known color: Hippie Pink. HEX triplet: B8, 41 and 60. RGB value is (184,65,96). Sum of RGB (Red+Green+Blue) = 184+65+96=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B84160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84160 is #47BE9F. Grayscale: #686868. Windows color (decimal): -4701856 or 6308280. OLE color: 6308280.

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

Color convert

RGB 184 65 96 -
CMYK 0 0.65 0.48 0.28
HSL 344.37º 0.48% 0.49% -
HSV(B) 344.37º 0.65% 0.72% -
XYZ 23.77 14.82 12.67 -
YUV 104.12 123.42 184.98 -
System Red Green Blue C M Y K H S L
Decimal 184 65 96 0 0.65 0.48 0.28 344.37 0.48 0.49
Hex B8 41 60 0 41 30 1C 158 30 31
Octal 270 101 140 0 101 60 34 530 60 61
Binary 10111000 1000001 1100000 0 1000001 110000 11100 101011000 110000 110001

Color Harmonies of #B84160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84160

Black with #B84160

Text Example


Text Example

White with #B84160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84160; }

 p { color: rgb(184,65,96); }

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

background-color css

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

 a { background-color: rgb(184,65,96); }

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

border-color css

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

 span { border-color: rgb(184,65,96); }

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