Html Css Color HEX #B1474D Hippie Pink

📋 copy color: '#B1474D'

red 177 ◦ green 71 ◦ blue 77

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

Shades of Hippie Pink #B1474D

Tints of Hippie Pink #B1474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

 BLUE value IS 77 (30.47% from 255) = 23.69%

R = 54.46%
G = 21.85%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1474D (or 0xB1474D) is known color: Hippie Pink. HEX triplet: B1, 47 and 4D. RGB value is (177,71,77). Sum of RGB (Red+Green+Blue) = 177+71+77=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1474D is #4EB8B2. Grayscale: #676767. Windows color (decimal): -5159091 or 5064625. OLE color: 5064625.

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

Color convert

RGB 177 71 77 -
CMYK 0 0.60 0.56 0.31
HSL 356.6º 0.43% 0.49% -
HSV(B) 356.6º 0.6% 0.69% -
XYZ 21.72 14.39 8.65 -
YUV 103.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 177 71 77 0 0.60 0.56 0.31 356.6 0.43 0.49
Hex B1 47 4D 0 3C 38 1F 165 2B 31
Octal 261 107 115 0 74 70 37 545 53 61
Binary 10110001 1000111 1001101 0 111100 111000 11111 101100101 101011 110001

Color Harmonies of #B1474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1474D

Black with #B1474D

Text Example


Text Example

White with #B1474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1474D; }

 p { color: rgb(177,71,77); }

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

background-color css

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

 a { background-color: rgb(177,71,77); }

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

border-color css

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

 span { border-color: rgb(177,71,77); }

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