Html Css Color HEX #B84A5A Hippie Pink

📋 copy color: '#B84A5A'

red 184 ◦ green 74 ◦ blue 90

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

Shades of Hippie Pink #B84A5A

Tints of Hippie Pink #B84A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 52.87%
G = 21.26%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B84A5A (or 0xB84A5A) is known color: Hippie Pink. HEX triplet: B8, 4A and 5A. RGB value is (184,74,90). Sum of RGB (Red+Green+Blue) = 184+74+90=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A5A is #47B5A5. Grayscale: #6C6C6C. Windows color (decimal): -4699558 or 5917368. OLE color: 5917368.

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

Color convert

RGB 184 74 90 -
CMYK 0 0.60 0.51 0.28
HSL 351.27º 0.44% 0.51% -
HSV(B) 351.27º 0.6% 0.72% -
XYZ 24.06 15.83 11.46 -
YUV 108.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 184 74 90 0 0.60 0.51 0.28 351.27 0.44 0.51
Hex B8 4A 5A 0 3C 33 1C 15F 2C 33
Octal 270 112 132 0 74 63 34 537 54 63
Binary 10111000 1001010 1011010 0 111100 110011 11100 101011111 101100 110011

Color Harmonies of #B84A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A5A

Black with #B84A5A

Text Example


Text Example

White with #B84A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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