Html Css Color HEX #B84352 Hippie Pink

📋 copy color: '#B84352'

red 184 ◦ green 67 ◦ blue 82

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

Shades of Hippie Pink #B84352

Tints of Hippie Pink #B84352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

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

R = 55.26%
G = 20.12%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B84352 (or 0xB84352) is known color: Hippie Pink. HEX triplet: B8, 43 and 52. RGB value is (184,67,82). Sum of RGB (Red+Green+Blue) = 184+67+82=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B84352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84352 is #47BCAD. Grayscale: #676767. Windows color (decimal): -4701358 or 5391288. OLE color: 5391288.

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

Color convert

RGB 184 67 82 -
CMYK 0 0.64 0.55 0.28
HSL 352.31º 0.47% 0.49% -
HSV(B) 352.31º 0.64% 0.72% -
XYZ 23.3 14.81 9.61 -
YUV 103.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 184 67 82 0 0.64 0.55 0.28 352.31 0.47 0.49
Hex B8 43 52 0 40 37 1C 160 2F 31
Octal 270 103 122 0 100 67 34 540 57 61
Binary 10111000 1000011 1010010 0 1000000 110111 11100 101100000 101111 110001

Color Harmonies of #B84352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84352

Black with #B84352

Text Example


Text Example

White with #B84352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84352; }

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

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

background-color css

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

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

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

border-color css

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

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

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