Html Css Color HEX #B84449 Hippie Pink

📋 copy color: '#B84449'

red 184 ◦ green 68 ◦ blue 73

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

Shades of Hippie Pink #B84449

Tints of Hippie Pink #B84449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 56.62%
G = 20.92%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B84449 (or 0xB84449) is known color: Hippie Pink. HEX triplet: B8, 44 and 49. RGB value is (184,68,73). Sum of RGB (Red+Green+Blue) = 184+68+73=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B84449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84449 is #47BBB6. Grayscale: #676767. Windows color (decimal): -4701111 or 4801720. OLE color: 4801720.

HSL color Cylindrical-coordinate representation of color #B84449: hue angle of 357.41º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84449 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 68 73 -
CMYK 0 0.63 0.60 0.28
HSL 357.41º 0.46% 0.49% -
HSV(B) 357.41º 0.63% 0.72% -
XYZ 23.04 14.81 7.95 -
YUV 103.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 184 68 73 0 0.63 0.60 0.28 357.41 0.46 0.49
Hex B8 44 49 0 3F 3C 1C 165 2E 31
Octal 270 104 111 0 77 74 34 545 56 61
Binary 10111000 1000100 1001001 0 111111 111100 11100 101100101 101110 110001

Color Harmonies of #B84449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84449

Black with #B84449

Text Example


Text Example

White with #B84449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84449; }

 p { color: rgb(184,68,73); }

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

background-color css

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

 a { background-color: rgb(184,68,73); }

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

border-color css

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

 span { border-color: rgb(184,68,73); }

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