Html Css Color HEX #B1465E Hippie Pink

📋 copy color: '#B1465E'

red 177 ◦ green 70 ◦ blue 94

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

Shades of Hippie Pink #B1465E

Tints of Hippie Pink #B1465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 51.91%
G = 20.53%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1465E (or 0xB1465E) is known color: Hippie Pink. HEX triplet: B1, 46 and 5E. RGB value is (177,70,94). Sum of RGB (Red+Green+Blue) = 177+70+94=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1465E is #4EB9A1. Grayscale: #686868. Windows color (decimal): -5159330 or 6178481. OLE color: 6178481.

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

Color convert

RGB 177 70 94 -
CMYK 0 0.60 0.47 0.31
HSL 346.54º 0.43% 0.48% -
HSV(B) 346.54º 0.6% 0.69% -
XYZ 22.34 14.54 12.22 -
YUV 104.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 177 70 94 0 0.60 0.47 0.31 346.54 0.43 0.48
Hex B1 46 5E 0 3C 2F 1F 15B 2B 30
Octal 261 106 136 0 74 57 37 533 53 60
Binary 10110001 1000110 1011110 0 111100 101111 11111 101011011 101011 110000

Color Harmonies of #B1465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1465E

Black with #B1465E

Text Example


Text Example

White with #B1465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1465E; }

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

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

background-color css

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

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

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

border-color css

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

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

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