Html Css Color HEX #B84A4F Hippie Pink

📋 copy color: '#B84A4F'

red 184 ◦ green 74 ◦ blue 79

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

Shades of Hippie Pink #B84A4F

Tints of Hippie Pink #B84A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 54.6%
G = 21.96%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B84A4F (or 0xB84A4F) is known color: Hippie Pink. HEX triplet: B8, 4A and 4F. RGB value is (184,74,79). Sum of RGB (Red+Green+Blue) = 184+74+79=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A4F is #47B5B0. Grayscale: #6B6B6B. Windows color (decimal): -4699569 or 5196472. OLE color: 5196472.

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

Color convert

RGB 184 74 79 -
CMYK 0 0.60 0.57 0.28
HSL 357.27º 0.44% 0.51% -
HSV(B) 357.27º 0.6% 0.72% -
XYZ 23.63 15.65 9.17 -
YUV 107.46 111.94 182.59 -
System Red Green Blue C M Y K H S L
Decimal 184 74 79 0 0.60 0.57 0.28 357.27 0.44 0.51
Hex B8 4A 4F 0 3C 39 1C 165 2C 33
Octal 270 112 117 0 74 71 34 545 54 63
Binary 10111000 1001010 1001111 0 111100 111001 11100 101100101 101100 110011

Color Harmonies of #B84A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A4F

Black with #B84A4F

Text Example


Text Example

White with #B84A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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