Html Css Color HEX #B84A53 Hippie Pink

📋 copy color: '#B84A53'

red 184 ◦ green 74 ◦ blue 83

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

Shades of Hippie Pink #B84A53

Tints of Hippie Pink #B84A53

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

 BLUE value IS 83 (32.81% from 255) = 24.34%

R = 53.96%
G = 21.7%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B84A53 (or 0xB84A53) is known color: Hippie Pink. HEX triplet: B8, 4A and 53. RGB value is (184,74,83). Sum of RGB (Red+Green+Blue) = 184+74+83=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A53 is #47B5AC. Grayscale: #6B6B6B. Windows color (decimal): -4699565 or 5458616. OLE color: 5458616.

HSL color Cylindrical-coordinate representation of color #B84A53: hue angle of 355.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A53 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 74 83 -
CMYK 0 0.60 0.55 0.28
HSL 355.09º 0.44% 0.51% -
HSV(B) 355.09º 0.6% 0.72% -
XYZ 23.78 15.71 9.96 -
YUV 107.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 184 74 83 0 0.60 0.55 0.28 355.09 0.44 0.51
Hex B8 4A 53 0 3C 37 1C 163 2C 33
Octal 270 112 123 0 74 67 34 543 54 63
Binary 10111000 1001010 1010011 0 111100 110111 11100 101100011 101100 110011

Color Harmonies of #B84A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A53

Black with #B84A53

Text Example


Text Example

White with #B84A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A53; }

 p { color: rgb(184,74,83); }

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

background-color css

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

 a { background-color: rgb(184,74,83); }

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

border-color css

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

 span { border-color: rgb(184,74,83); }

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