Html Css Color HEX #B1494E Hippie Pink

📋 copy color: '#B1494E'

red 177 ◦ green 73 ◦ blue 78

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

Shades of Hippie Pink #B1494E

Tints of Hippie Pink #B1494E

RGB

 RED value IS 177 (69.53% from 255) = 53.96%

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

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

R = 53.96%
G = 22.26%
B = 23.78%

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

#B1494E (or 0xB1494E) is known color: Hippie Pink. HEX triplet: B1, 49 and 4E. RGB value is (177,73,78). Sum of RGB (Red+Green+Blue) = 177+73+78=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B1494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1494E is #4EB6B1. Grayscale: #686868. Windows color (decimal): -5158578 or 5130673. OLE color: 5130673.

HSL color Cylindrical-coordinate representation of color #B1494E: hue angle of 357.12º degrees, saturation: 0.42, 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 #B1494E is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 78 -
CMYK 0 0.59 0.56 0.31
HSL 357.12º 0.42% 0.49% -
HSV(B) 357.12º 0.59% 0.69% -
XYZ 21.89 14.66 8.88 -
YUV 104.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 177 73 78 0 0.59 0.56 0.31 357.12 0.42 0.49
Hex B1 49 4E 0 3B 38 1F 165 2A 31
Octal 261 111 116 0 73 70 37 545 52 61
Binary 10110001 1001001 1001110 0 111011 111000 11111 101100101 101010 110001

Color Harmonies of #B1494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1494E

Black with #B1494E

Text Example


Text Example

White with #B1494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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