Html Css Color HEX #B84656 Hippie Pink

📋 copy color: '#B84656'

red 184 ◦ green 70 ◦ blue 86

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

Shades of Hippie Pink #B84656

Tints of Hippie Pink #B84656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.59%

 BLUE value IS 86 (33.98% from 255) = 25.29%

R = 54.12%
G = 20.59%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B84656 (or 0xB84656) is known color: Hippie Pink. HEX triplet: B8, 46 and 56. RGB value is (184,70,86). Sum of RGB (Red+Green+Blue) = 184+70+86=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B84656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84656 is #47B9A9. Grayscale: #696969. Windows color (decimal): -4700586 or 5654200. OLE color: 5654200.

HSL color Cylindrical-coordinate representation of color #B84656: hue angle of 351.58º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84656 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 70 86 -
CMYK 0 0.62 0.53 0.28
HSL 351.58º 0.45% 0.5% -
HSV(B) 351.58º 0.62% 0.72% -
XYZ 23.64 15.24 10.5 -
YUV 105.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 184 70 86 0 0.62 0.53 0.28 351.58 0.45 0.5
Hex B8 46 56 0 3E 35 1C 160 2D 32
Octal 270 106 126 0 76 65 34 540 55 62
Binary 10111000 1000110 1010110 0 111110 110101 11100 101100000 101101 110010

Color Harmonies of #B84656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84656

Black with #B84656

Text Example


Text Example

White with #B84656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84656; }

 p { color: rgb(184,70,86); }

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

background-color css

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

 a { background-color: rgb(184,70,86); }

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

border-color css

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

 span { border-color: rgb(184,70,86); }

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