Html Css Color HEX #B84E5A Hippie Pink

📋 copy color: '#B84E5A'

red 184 ◦ green 78 ◦ blue 90

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

Shades of Hippie Pink #B84E5A

Tints of Hippie Pink #B84E5A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.16%

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

R = 52.27%
G = 22.16%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B84E5A (or 0xB84E5A) is known color: Hippie Pink. HEX triplet: B8, 4E and 5A. RGB value is (184,78,90). Sum of RGB (Red+Green+Blue) = 184+78+90=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E5A is #47B1A5. Grayscale: #6F6F6F. Windows color (decimal): -4698534 or 5918392. OLE color: 5918392.

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

Color convert

RGB 184 78 90 -
CMYK 0 0.58 0.51 0.28
HSL 353.21º 0.43% 0.51% -
HSV(B) 353.21º 0.58% 0.72% -
XYZ 24.34 16.38 11.55 -
YUV 111.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 184 78 90 0 0.58 0.51 0.28 353.21 0.43 0.51
Hex B8 4E 5A 0 3A 33 1C 161 2B 33
Octal 270 116 132 0 72 63 34 541 53 63
Binary 10111000 1001110 1011010 0 111010 110011 11100 101100001 101011 110011

Color Harmonies of #B84E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84E5A

Black with #B84E5A

Text Example


Text Example

White with #B84E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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