Html Css Color HEX #B1464A Hippie Pink

📋 copy color: '#B1464A'

red 177 ◦ green 70 ◦ blue 74

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

Shades of Hippie Pink #B1464A

Tints of Hippie Pink #B1464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 55.14%
G = 21.81%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1464A (or 0xB1464A) is known color: Hippie Pink. HEX triplet: B1, 46 and 4A. RGB value is (177,70,74). Sum of RGB (Red+Green+Blue) = 177+70+74=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1464A is #4EB9B5. Grayscale: #666666. Windows color (decimal): -5159350 or 4867761. OLE color: 4867761.

HSL color Cylindrical-coordinate representation of color #B1464A: hue angle of 357.76º 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 #B1464A is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 70 74 -
CMYK 0 0.60 0.58 0.31
HSL 357.76º 0.43% 0.48% -
HSV(B) 357.76º 0.6% 0.69% -
XYZ 21.56 14.22 8.09 -
YUV 102.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 177 70 74 0 0.60 0.58 0.31 357.76 0.43 0.48
Hex B1 46 4A 0 3C 3A 1F 166 2B 30
Octal 261 106 112 0 74 72 37 546 53 60
Binary 10110001 1000110 1001010 0 111100 111010 11111 101100110 101011 110000

Color Harmonies of #B1464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1464A

Black with #B1464A

Text Example


Text Example

White with #B1464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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