Html Css Color HEX #B84A4D Hippie Pink

📋 copy color: '#B84A4D'

red 184 ◦ green 74 ◦ blue 77

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

Shades of Hippie Pink #B84A4D

Tints of Hippie Pink #B84A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 54.93%
G = 22.09%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B84A4D (or 0xB84A4D) is known color: Hippie Pink. HEX triplet: B8, 4A and 4D. RGB value is (184,74,77). Sum of RGB (Red+Green+Blue) = 184+74+77=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A4D is #47B5B2. Grayscale: #6B6B6B. Windows color (decimal): -4699571 or 5065400. OLE color: 5065400.

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

Color convert

RGB 184 74 77 -
CMYK 0 0.60 0.58 0.28
HSL 358.36º 0.44% 0.51% -
HSV(B) 358.36º 0.6% 0.72% -
XYZ 23.56 15.62 8.8 -
YUV 107.23 110.94 182.76 -
System Red Green Blue C M Y K H S L
Decimal 184 74 77 0 0.60 0.58 0.28 358.36 0.44 0.51
Hex B8 4A 4D 0 3C 3A 1C 166 2C 33
Octal 270 112 115 0 74 72 34 546 54 63
Binary 10111000 1001010 1001101 0 111100 111010 11100 101100110 101100 110011

Color Harmonies of #B84A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A4D

Black with #B84A4D

Text Example


Text Example

White with #B84A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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