Html Css Color HEX #B84552 Hippie Pink

📋 copy color: '#B84552'

red 184 ◦ green 69 ◦ blue 82

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

Shades of Hippie Pink #B84552

Tints of Hippie Pink #B84552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.6%

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

R = 54.93%
G = 20.6%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B84552 (or 0xB84552) is known color: Hippie Pink. HEX triplet: B8, 45 and 52. RGB value is (184,69,82). Sum of RGB (Red+Green+Blue) = 184+69+82=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B84552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84552 is #47BAAD. Grayscale: #686868. Windows color (decimal): -4700846 or 5391800. OLE color: 5391800.

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

Color convert

RGB 184 69 82 -
CMYK 0 0.62 0.55 0.28
HSL 353.22º 0.45% 0.5% -
HSV(B) 353.22º 0.63% 0.72% -
XYZ 23.42 15.06 9.65 -
YUV 104.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 184 69 82 0 0.62 0.55 0.28 353.22 0.45 0.5
Hex B8 45 52 0 3E 37 1C 161 2D 32
Octal 270 105 122 0 76 67 34 541 55 62
Binary 10111000 1000101 1010010 0 111110 110111 11100 101100001 101101 110010

Color Harmonies of #B84552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84552

Black with #B84552

Text Example


Text Example

White with #B84552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84552; }

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

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

background-color css

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

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

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

border-color css

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

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

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