Html Css Color HEX #B84250 Hippie Pink

📋 copy color: '#B84250'

red 184 ◦ green 66 ◦ blue 80

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

Shades of Hippie Pink #B84250

Tints of Hippie Pink #B84250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

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

R = 55.76%
G = 20%
B = 24.24%

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

#B84250 (or 0xB84250) is known color: Hippie Pink. HEX triplet: B8, 42 and 50. RGB value is (184,66,80). Sum of RGB (Red+Green+Blue) = 184+66+80=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B84250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84250 is #47BDAF. Grayscale: #666666. Windows color (decimal): -4701616 or 5259960. OLE color: 5259960.

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

Color convert

RGB 184 66 80 -
CMYK 0 0.64 0.57 0.28
HSL 352.88º 0.47% 0.49% -
HSV(B) 352.88º 0.64% 0.72% -
XYZ 23.16 14.67 9.2 -
YUV 102.88 115.09 185.86 -
System Red Green Blue C M Y K H S L
Decimal 184 66 80 0 0.64 0.57 0.28 352.88 0.47 0.49
Hex B8 42 50 0 40 39 1C 161 2F 31
Octal 270 102 120 0 100 71 34 541 57 61
Binary 10111000 1000010 1010000 0 1000000 111001 11100 101100001 101111 110001

Color Harmonies of #B84250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84250

Black with #B84250

Text Example


Text Example

White with #B84250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84250; }

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

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

background-color css

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

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

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

border-color css

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

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

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