Html Css Color HEX #B1464D Hippie Pink

📋 copy color: '#B1464D'

red 177 ◦ green 70 ◦ blue 77

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

Shades of Hippie Pink #B1464D

Tints of Hippie Pink #B1464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 54.63%
G = 21.6%
B = 23.77%

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

#B1464D (or 0xB1464D) is known color: Hippie Pink. HEX triplet: B1, 46 and 4D. RGB value is (177,70,77). Sum of RGB (Red+Green+Blue) = 177+70+77=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1464D is #4EB9B2. Grayscale: #666666. Windows color (decimal): -5159347 or 5064369. OLE color: 5064369.

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

Color convert

RGB 177 70 77 -
CMYK 0 0.60 0.56 0.31
HSL 356.07º 0.43% 0.48% -
HSV(B) 356.07º 0.6% 0.69% -
XYZ 21.66 14.26 8.63 -
YUV 102.79 113.45 180.93 -
System Red Green Blue C M Y K H S L
Decimal 177 70 77 0 0.60 0.56 0.31 356.07 0.43 0.48
Hex B1 46 4D 0 3C 38 1F 164 2B 30
Octal 261 106 115 0 74 70 37 544 53 60
Binary 10110001 1000110 1001101 0 111100 111000 11111 101100100 101011 110000

Color Harmonies of #B1464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1464D

Black with #B1464D

Text Example


Text Example

White with #B1464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1464D; }

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

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

background-color css

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

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

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

border-color css

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

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

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