Html Css Color HEX #B1515E Hippie Pink

📋 copy color: '#B1515E'

red 177 ◦ green 81 ◦ blue 94

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

Shades of Hippie Pink #B1515E

Tints of Hippie Pink #B1515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.01%

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

R = 50.28%
G = 23.01%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1515E (or 0xB1515E) is known color: Hippie Pink. HEX triplet: B1, 51 and 5E. RGB value is (177,81,94). Sum of RGB (Red+Green+Blue) = 177+81+94=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1515E is #4EAEA1. Grayscale: #6F6F6F. Windows color (decimal): -5156514 or 6181297. OLE color: 6181297.

HSL color Cylindrical-coordinate representation of color #B1515E: hue angle of 351.88º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1515E is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 81 94 -
CMYK 0 0.54 0.47 0.31
HSL 351.88º 0.38% 0.51% -
HSV(B) 351.88º 0.54% 0.69% -
XYZ 23.09 16.04 12.47 -
YUV 111.19 118.3 174.94 -
System Red Green Blue C M Y K H S L
Decimal 177 81 94 0 0.54 0.47 0.31 351.88 0.38 0.51
Hex B1 51 5E 0 36 2F 1F 160 26 33
Octal 261 121 136 0 66 57 37 540 46 63
Binary 10110001 1010001 1011110 0 110110 101111 11111 101100000 100110 110011

Color Harmonies of #B1515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1515E

Black with #B1515E

Text Example


Text Example

White with #B1515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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