Html Css Color HEX #B0494E Hippie Pink

📋 copy color: '#B0494E'

red 176 ◦ green 73 ◦ blue 78

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

Shades of Hippie Pink #B0494E

Tints of Hippie Pink #B0494E

RGB

 RED value IS 176 (69.14% from 255) = 53.82%

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

 BLUE value IS 78 (30.86% from 255) = 23.85%

R = 53.82%
G = 22.32%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0494E (or 0xB0494E) is known color: Hippie Pink. HEX triplet: B0, 49 and 4E. RGB value is (176,73,78). Sum of RGB (Red+Green+Blue) = 176+73+78=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B0494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0494E is #4FB6B1. Grayscale: #686868. Windows color (decimal): -5224114 or 5130672. OLE color: 5130672.

HSL color Cylindrical-coordinate representation of color #B0494E: hue angle of 357.09º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0494E is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 73 78 -
CMYK 0 0.59 0.56 0.31
HSL 357.09º 0.41% 0.49% -
HSV(B) 357.09º 0.59% 0.69% -
XYZ 21.66 14.55 8.87 -
YUV 104.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 176 73 78 0 0.59 0.56 0.31 357.09 0.41 0.49
Hex B0 49 4E 0 3B 38 1F 165 29 31
Octal 260 111 116 0 73 70 37 545 51 61
Binary 10110000 1001001 1001110 0 111011 111000 11111 101100101 101001 110001

Color Harmonies of #B0494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0494E

Black with #B0494E

Text Example


Text Example

White with #B0494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0494E; }

 p { color: rgb(176,73,78); }

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

background-color css

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

 a { background-color: rgb(176,73,78); }

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

border-color css

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

 span { border-color: rgb(176,73,78); }

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