Html Css Color HEX #B1464C Hippie Pink

📋 copy color: '#B1464C'

red 177 ◦ green 70 ◦ blue 76

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

Shades of Hippie Pink #B1464C

Tints of Hippie Pink #B1464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 54.8%
G = 21.67%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1464C (or 0xB1464C) is known color: Hippie Pink. HEX triplet: B1, 46 and 4C. RGB value is (177,70,76). Sum of RGB (Red+Green+Blue) = 177+70+76=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1464C is #4EB9B3. Grayscale: #666666. Windows color (decimal): -5159348 or 4998833. OLE color: 4998833.

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

Color convert

RGB 177 70 76 -
CMYK 0 0.60 0.57 0.31
HSL 356.64º 0.43% 0.48% -
HSV(B) 356.64º 0.6% 0.69% -
XYZ 21.63 14.25 8.45 -
YUV 102.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 177 70 76 0 0.60 0.57 0.31 356.64 0.43 0.48
Hex B1 46 4C 0 3C 39 1F 165 2B 30
Octal 261 106 114 0 74 71 37 545 53 60
Binary 10110001 1000110 1001100 0 111100 111001 11111 101100101 101011 110000

Color Harmonies of #B1464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1464C

Black with #B1464C

Text Example


Text Example

White with #B1464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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