Html Css Color HEX #B84752 Hippie Pink

📋 copy color: '#B84752'

red 184 ◦ green 71 ◦ blue 82

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

Shades of Hippie Pink #B84752

Tints of Hippie Pink #B84752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 54.6%
G = 21.07%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B84752 (or 0xB84752) is known color: Hippie Pink. HEX triplet: B8, 47 and 52. RGB value is (184,71,82). Sum of RGB (Red+Green+Blue) = 184+71+82=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B84752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84752 is #47B8AD. Grayscale: #6A6A6A. Windows color (decimal): -4700334 or 5392312. OLE color: 5392312.

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

Color convert

RGB 184 71 82 -
CMYK 0 0.61 0.55 0.28
HSL 354.16º 0.44% 0.5% -
HSV(B) 354.16º 0.61% 0.72% -
XYZ 23.54 15.31 9.7 -
YUV 106.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 184 71 82 0 0.61 0.55 0.28 354.16 0.44 0.5
Hex B8 47 52 0 3D 37 1C 162 2C 32
Octal 270 107 122 0 75 67 34 542 54 62
Binary 10111000 1000111 1010010 0 111101 110111 11100 101100010 101100 110010

Color Harmonies of #B84752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84752

Black with #B84752

Text Example


Text Example

White with #B84752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84752; }

 p { color: rgb(184,71,82); }

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

background-color css

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

 a { background-color: rgb(184,71,82); }

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

border-color css

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

 span { border-color: rgb(184,71,82); }

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