Html Css Color HEX #B84355 Hippie Pink

📋 copy color: '#B84355'

red 184 ◦ green 67 ◦ blue 85

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

Shades of Hippie Pink #B84355

Tints of Hippie Pink #B84355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 54.76%
G = 19.94%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B84355 (or 0xB84355) is known color: Hippie Pink. HEX triplet: B8, 43 and 55. RGB value is (184,67,85). Sum of RGB (Red+Green+Blue) = 184+67+85=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B84355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84355 is #47BCAA. Grayscale: #686868. Windows color (decimal): -4701355 or 5587896. OLE color: 5587896.

HSL color Cylindrical-coordinate representation of color #B84355: hue angle of 350.77º 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 #B84355 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 67 85 -
CMYK 0 0.64 0.54 0.28
HSL 350.77º 0.47% 0.49% -
HSV(B) 350.77º 0.64% 0.72% -
XYZ 23.41 14.86 10.23 -
YUV 104.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 184 67 85 0 0.64 0.54 0.28 350.77 0.47 0.49
Hex B8 43 55 0 40 36 1C 15F 2F 31
Octal 270 103 125 0 100 66 34 537 57 61
Binary 10111000 1000011 1010101 0 1000000 110110 11100 101011111 101111 110001

Color Harmonies of #B84355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84355

Black with #B84355

Text Example


Text Example

White with #B84355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84355; }

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

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

background-color css

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

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

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

border-color css

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

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

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