Html Css Color HEX #B84450 Hippie Pink

📋 copy color: '#B84450'

red 184 ◦ green 68 ◦ blue 80

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

Shades of Hippie Pink #B84450

Tints of Hippie Pink #B84450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.48%

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

R = 55.42%
G = 20.48%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B84450 (or 0xB84450) is known color: Hippie Pink. HEX triplet: B8, 44 and 50. RGB value is (184,68,80). Sum of RGB (Red+Green+Blue) = 184+68+80=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B84450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84450 is #47BBAF. Grayscale: #686868. Windows color (decimal): -4701104 or 5260472. OLE color: 5260472.

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

Color convert

RGB 184 68 80 -
CMYK 0 0.63 0.57 0.28
HSL 353.79º 0.46% 0.49% -
HSV(B) 353.79º 0.63% 0.72% -
XYZ 23.28 14.9 9.24 -
YUV 104.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 184 68 80 0 0.63 0.57 0.28 353.79 0.46 0.49
Hex B8 44 50 0 3F 39 1C 162 2E 31
Octal 270 104 120 0 77 71 34 542 56 61
Binary 10111000 1000100 1010000 0 111111 111001 11100 101100010 101110 110001

Color Harmonies of #B84450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84450

Black with #B84450

Text Example


Text Example

White with #B84450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84450; }

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

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

background-color css

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

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

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

border-color css

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

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

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