Html Css Color HEX #B84B5B Hippie Pink

📋 copy color: '#B84B5B'

red 184 ◦ green 75 ◦ blue 91

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

Shades of Hippie Pink #B84B5B

Tints of Hippie Pink #B84B5B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.43%

 BLUE value IS 91 (35.94% from 255) = 26%

R = 52.57%
G = 21.43%
B = 26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B84B5B (or 0xB84B5B) is known color: Hippie Pink. HEX triplet: B8, 4B and 5B. RGB value is (184,75,91). Sum of RGB (Red+Green+Blue) = 184+75+91=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84B5B is #47B4A4. Grayscale: #6D6D6D. Windows color (decimal): -4699301 or 5983160. OLE color: 5983160.

HSL color Cylindrical-coordinate representation of color #B84B5B: hue angle of 351.19º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84B5B is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 75 91 -
CMYK 0 0.59 0.51 0.28
HSL 351.19º 0.43% 0.51% -
HSV(B) 351.19º 0.59% 0.72% -
XYZ 24.17 15.98 11.71 -
YUV 109.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 184 75 91 0 0.59 0.51 0.28 351.19 0.43 0.51
Hex B8 4B 5B 0 3B 33 1C 15F 2B 33
Octal 270 113 133 0 73 63 34 537 53 63
Binary 10111000 1001011 1011011 0 111011 110011 11100 101011111 101011 110011

Color Harmonies of #B84B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84B5B

Black with #B84B5B

Text Example


Text Example

White with #B84B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84B5B; }

 p { color: rgb(184,75,91); }

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

background-color css

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

 a { background-color: rgb(184,75,91); }

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

border-color css

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

 span { border-color: rgb(184,75,91); }

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