Html Css Color HEX #B84350 Hippie Pink

📋 copy color: '#B84350'

red 184 ◦ green 67 ◦ blue 80

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

Shades of Hippie Pink #B84350

Tints of Hippie Pink #B84350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 55.59%
G = 20.24%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B84350 (or 0xB84350) is known color: Hippie Pink. HEX triplet: B8, 43 and 50. RGB value is (184,67,80). Sum of RGB (Red+Green+Blue) = 184+67+80=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B84350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84350 is #47BCAF. Grayscale: #676767. Windows color (decimal): -4701360 or 5260216. OLE color: 5260216.

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

Color convert

RGB 184 67 80 -
CMYK 0 0.64 0.57 0.28
HSL 353.33º 0.47% 0.49% -
HSV(B) 353.33º 0.64% 0.72% -
XYZ 23.22 14.78 9.22 -
YUV 103.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 184 67 80 0 0.64 0.57 0.28 353.33 0.47 0.49
Hex B8 43 50 0 40 39 1C 161 2F 31
Octal 270 103 120 0 100 71 34 541 57 61
Binary 10111000 1000011 1010000 0 1000000 111001 11100 101100001 101111 110001

Color Harmonies of #B84350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84350

Black with #B84350

Text Example


Text Example

White with #B84350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84350; }

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

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

background-color css

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

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

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

border-color css

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

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

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