Html Css Color HEX #B8484C Hippie Pink

📋 copy color: '#B8484C'

red 184 ◦ green 72 ◦ blue 76

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

Shades of Hippie Pink #B8484C

Tints of Hippie Pink #B8484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.69%

 BLUE value IS 76 (30.08% from 255) = 22.89%

R = 55.42%
G = 21.69%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8484C (or 0xB8484C) is known color: Hippie Pink. HEX triplet: B8, 48 and 4C. RGB value is (184,72,76). Sum of RGB (Red+Green+Blue) = 184+72+76=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8484C is #47B7B3. Grayscale: #6A6A6A. Windows color (decimal): -4700084 or 4999352. OLE color: 4999352.

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

Color convert

RGB 184 72 76 -
CMYK 0 0.61 0.59 0.28
HSL 357.86º 0.44% 0.5% -
HSV(B) 357.86º 0.61% 0.72% -
XYZ 23.39 15.35 8.57 -
YUV 105.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 184 72 76 0 0.61 0.59 0.28 357.86 0.44 0.5
Hex B8 48 4C 0 3D 3B 1C 166 2C 32
Octal 270 110 114 0 75 73 34 546 54 62
Binary 10111000 1001000 1001100 0 111101 111011 11100 101100110 101100 110010

Color Harmonies of #B8484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8484C

Black with #B8484C

Text Example


Text Example

White with #B8484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8484C; }

 p { color: rgb(184,72,76); }

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

background-color css

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

 a { background-color: rgb(184,72,76); }

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

border-color css

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

 span { border-color: rgb(184,72,76); }

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