Html Css Color HEX #B84254 Hippie Pink

📋 copy color: '#B84254'

red 184 ◦ green 66 ◦ blue 84

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

Shades of Hippie Pink #B84254

Tints of Hippie Pink #B84254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

 BLUE value IS 84 (33.2% from 255) = 25.15%

R = 55.09%
G = 19.76%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B84254 (or 0xB84254) is known color: Hippie Pink. HEX triplet: B8, 42 and 54. RGB value is (184,66,84). Sum of RGB (Red+Green+Blue) = 184+66+84=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B84254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84254 is #47BDAB. Grayscale: #676767. Windows color (decimal): -4701612 or 5522104. OLE color: 5522104.

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

Color convert

RGB 184 66 84 -
CMYK 0 0.64 0.54 0.28
HSL 350.85º 0.47% 0.49% -
HSV(B) 350.85º 0.64% 0.72% -
XYZ 23.32 14.73 10 -
YUV 103.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 184 66 84 0 0.64 0.54 0.28 350.85 0.47 0.49
Hex B8 42 54 0 40 36 1C 15F 2F 31
Octal 270 102 124 0 100 66 34 537 57 61
Binary 10111000 1000010 1010100 0 1000000 110110 11100 101011111 101111 110001

Color Harmonies of #B84254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84254

Black with #B84254

Text Example


Text Example

White with #B84254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84254; }

 p { color: rgb(184,66,84); }

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

background-color css

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

 a { background-color: rgb(184,66,84); }

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

border-color css

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

 span { border-color: rgb(184,66,84); }

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