Html Css Color HEX #B84649 Hippie Pink

📋 copy color: '#B84649'

red 184 ◦ green 70 ◦ blue 73

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

Shades of Hippie Pink #B84649

Tints of Hippie Pink #B84649

RGB

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

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

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

R = 56.27%
G = 21.41%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B84649 (or 0xB84649) is known color: Hippie Pink. HEX triplet: B8, 46 and 49. RGB value is (184,70,73). Sum of RGB (Red+Green+Blue) = 184+70+73=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B84649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84649 is #47B9B6. Grayscale: #686868. Windows color (decimal): -4700599 or 4802232. OLE color: 4802232.

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

Color convert

RGB 184 70 73 -
CMYK 0 0.62 0.60 0.28
HSL 358.42º 0.45% 0.5% -
HSV(B) 358.42º 0.62% 0.72% -
XYZ 23.16 15.05 7.99 -
YUV 104.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 184 70 73 0 0.62 0.60 0.28 358.42 0.45 0.5
Hex B8 46 49 0 3E 3C 1C 166 2D 32
Octal 270 106 111 0 76 74 34 546 55 62
Binary 10111000 1000110 1001001 0 111110 111100 11100 101100110 101101 110010

Color Harmonies of #B84649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84649

Black with #B84649

Text Example


Text Example

White with #B84649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84649; }

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

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

background-color css

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

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

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

border-color css

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

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

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