Html Css Color HEX #B1464B Hippie Pink

📋 copy color: '#B1464B'

red 177 ◦ green 70 ◦ blue 75

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

Shades of Hippie Pink #B1464B

Tints of Hippie Pink #B1464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.29%

R = 54.97%
G = 21.74%
B = 23.29%

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

#B1464B (or 0xB1464B) is known color: Hippie Pink. HEX triplet: B1, 46 and 4B. RGB value is (177,70,75). Sum of RGB (Red+Green+Blue) = 177+70+75=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1464B is #4EB9B4. Grayscale: #666666. Windows color (decimal): -5159349 or 4933297. OLE color: 4933297.

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

Color convert

RGB 177 70 75 -
CMYK 0 0.60 0.58 0.31
HSL 357.2º 0.43% 0.48% -
HSV(B) 357.2º 0.6% 0.69% -
XYZ 21.59 14.24 8.27 -
YUV 102.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 177 70 75 0 0.60 0.58 0.31 357.2 0.43 0.48
Hex B1 46 4B 0 3C 3A 1F 165 2B 30
Octal 261 106 113 0 74 72 37 545 53 60
Binary 10110001 1000110 1001011 0 111100 111010 11111 101100101 101011 110000

Color Harmonies of #B1464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1464B

Black with #B1464B

Text Example


Text Example

White with #B1464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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