Html Css Color HEX #B5494C Hippie Pink

📋 copy color: '#B5494C'

red 181 ◦ green 73 ◦ blue 76

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

Shades of Hippie Pink #B5494C

Tints of Hippie Pink #B5494C

RGB

 RED value IS 181 (71.09% from 255) = 54.85%

 GREEN value IS 73 (28.91% from 255) = 22.12%

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

R = 54.85%
G = 22.12%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5494C (or 0xB5494C) is known color: Hippie Pink. HEX triplet: B5, 49 and 4C. RGB value is (181,73,76). Sum of RGB (Red+Green+Blue) = 181+73+76=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5494C is #4AB6B3. Grayscale: #696969. Windows color (decimal): -4896436 or 4999605. OLE color: 4999605.

HSL color Cylindrical-coordinate representation of color #B5494C: hue angle of 358.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5494C is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 73 76 -
CMYK 0 0.60 0.58 0.29
HSL 358.33º 0.43% 0.5% -
HSV(B) 358.33º 0.6% 0.71% -
XYZ 22.74 15.11 8.56 -
YUV 105.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 181 73 76 0 0.60 0.58 0.29 358.33 0.43 0.5
Hex B5 49 4C 0 3C 3A 1D 166 2B 32
Octal 265 111 114 0 74 72 35 546 53 62
Binary 10110101 1001001 1001100 0 111100 111010 11101 101100110 101011 110010

Color Harmonies of #B5494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5494C

Black with #B5494C

Text Example


Text Example

White with #B5494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5494C; }

 p { color: rgb(181,73,76); }

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

background-color css

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

 a { background-color: rgb(181,73,76); }

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

border-color css

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

 span { border-color: rgb(181,73,76); }

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